1
0
mirror of https://github.com/grafana/tempo.git synced 2025-03-14 03:06:42 +00:00

Fix GOARM64 build option ()

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

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