diff --git a/Makefile b/Makefile index 5be70a5b..277ac28d 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,12 @@ VERSION_PACKAGE := $(REPOPATH)/pkg/version ifeq ($(GOARCH), amd64) SUPPORTED_PLATFORMS := linux-$(GOARCH) darwin-$(GOARCH) windows-$(GOARCH).exe else +ifeq ($(GOARCH), arm64) +SUPPORTED_PLATFORMS := linux-$(GOARCH) darwin-$(GOARCH) +else SUPPORTED_PLATFORMS := linux-$(GOARCH) endif +endif GO_LDFLAGS :=" GO_LDFLAGS += -X $(VERSION_PACKAGE).version=$(VERSION)