We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1b277 commit 9f3d97eCopy full SHA for 9f3d97e
Makefile
@@ -34,8 +34,12 @@ VERSION_PACKAGE := $(REPOPATH)/pkg/version
34
ifeq ($(GOARCH), amd64)
35
SUPPORTED_PLATFORMS := linux-$(GOARCH) darwin-$(GOARCH) windows-$(GOARCH).exe
36
else
37
+ifeq ($(GOARCH), arm64)
38
+SUPPORTED_PLATFORMS := linux-$(GOARCH) darwin-$(GOARCH)
39
+else
40
SUPPORTED_PLATFORMS := linux-$(GOARCH)
41
endif
42
+endif
43
44
GO_LDFLAGS :="
45
GO_LDFLAGS += -X $(VERSION_PACKAGE).version=$(VERSION)
0 commit comments