Skip to content

Commit

Permalink
ci: ignore winodws arm v6 and v7 build (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: pratikbalar <[email protected]>
  • Loading branch information
pratikbin and pratikbin authored Apr 4, 2022
1 parent d00f033 commit 9f8b37a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ builds:
- linux
- windows
- darwin
# - freebsd
# - openbsd
# - solaris
goarch:
- amd64
- "386"
Expand All @@ -26,6 +23,14 @@ builds:
hooks:
post:
- cmd: sh -cx 'upx --ultra-brute --best {{ .Path }} || true'
ignore:
- goos: windows
goarch: arm
goarm: "6"
- goos: windows
goarch: arm
goarm: "7"

archives:
- id: archives
format: tar.gz
Expand Down

0 comments on commit 9f8b37a

Please sign in to comment.