diff --git a/.goreleaser.yml b/.goreleaser.yml index 7fdb6a8..719b01b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -38,6 +38,10 @@ builds: goarch: 386 - goos: linux goarch: 386 + - goos: windows + goarch: arm + - goos: windows + goarch: arm64 hooks: post: /bin/bash hack/goreleaser-postbuild.sh {{ .ProjectName }}_{{ .Os }}_{{ .Arch }} {{ .Os }} diff --git a/Makefile b/Makefile index e789d72..615e98f 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ARCH = $(shell uname -p) UPX_VERSION := 3.96 UPX := $(CURDIR)/rbac-tool/bin/upx -GORELEASER_VERSION := 0.173.2 +GORELEASER_VERSION := 1.9.2 GORELEASER := $(CURDIR)/bin/goreleaser # go option