Skip to content

Commit

Permalink
Ignore not support arch pair
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Aug 5, 2022
1 parent fae2f08 commit 1332ed9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ builds:
- windows
- linux
- darwin
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm
hooks:
post:
- upx "{{ .Path }}"
Expand Down

0 comments on commit 1332ed9

Please sign in to comment.