fix(makefile): remove GOARCH

This commit is contained in:
yusing
2025-09-10 09:01:40 +08:00
parent bab9471bde
commit aec937a114

View File

@@ -2,7 +2,6 @@ shell := /bin/sh
export VERSION ?= $(shell git describe --tags --abbrev=0)
export BUILD_DATE ?= $(shell date -u +'%Y%m%d-%H%M')
export GOOS = linux
export GOARCH ?= amd64
WEBUI_DIR ?= ../godoxy-frontend
DOCS_DIR ?= ../godoxy-wiki