Skip to content

Commit

Permalink
update release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gadinaor-r7 committed Jun 16, 2022
1 parent 801e2d3 commit 11bd12a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11bd12a

Please sign in to comment.