fix architecture

This commit is contained in:
Kwitsch 2022-10-21 21:13:54 +02:00
parent 11cf3331a6
commit e6dd093459
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ GO_BUILD_LD_FLAGS:=\
-s \
-X github.com/0xERR0R/blocky/util.Version=${VERSION} \
-X github.com/0xERR0R/blocky/util.BuildTime=${BUILD_TIME} \
-X github.com/0xERR0R/blocky/util.Architecture=${ARCHITECTURE}
-X github.com/0xERR0R/blocky/util.Architecture=${GOARCH}${GOARM}
GO_BUILD_OUTPUT:=$(BIN_OUT_DIR)/$(BINARY_NAME)$(BINARY_SUFFIX)