mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 10:18:59 +02:00
fix(makefile): remove GOARCH
This commit is contained in:
1
Makefile
1
Makefile
@@ -2,7 +2,6 @@ shell := /bin/sh
|
|||||||
export VERSION ?= $(shell git describe --tags --abbrev=0)
|
export VERSION ?= $(shell git describe --tags --abbrev=0)
|
||||||
export BUILD_DATE ?= $(shell date -u +'%Y%m%d-%H%M')
|
export BUILD_DATE ?= $(shell date -u +'%Y%m%d-%H%M')
|
||||||
export GOOS = linux
|
export GOOS = linux
|
||||||
export GOARCH ?= amd64
|
|
||||||
|
|
||||||
WEBUI_DIR ?= ../godoxy-frontend
|
WEBUI_DIR ?= ../godoxy-frontend
|
||||||
DOCS_DIR ?= ../godoxy-wiki
|
DOCS_DIR ?= ../godoxy-wiki
|
||||||
|
|||||||
Reference in New Issue
Block a user