mirror of
https://github.com/grafana/tempo.git
synced 2025-03-14 03:06:42 +00:00
Fix GOARM64 build option (#4761)
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||||
|
Reference in New Issue
Block a user