Fix GOARM64 build option (#4761)

This commit is contained in:
A. Stoewer
2025-02-27 21:06:50 +10:00
committed by GitHub
parent 2c3c357ffd
commit 122be753e6

View File

@ -60,7 +60,7 @@ ifeq ($(GOARCH),amd64)
GO_ENV+= GOAMD64=v2 GO_ENV+= GOAMD64=v2
endif endif
ifeq ($(GOARCH),arm64) ifeq ($(GOARCH),arm64)
GO_ENV+= GOARM64=v8 GO_ENV+= GOARM64=v8.0
endif endif
GOTEST_OPT?= -race -timeout 25m -count=1 -v GOTEST_OPT?= -race -timeout 25m -count=1 -v