Skip to content

Commit

Permalink
fix: disabel arm64 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Jul 18, 2022
1 parent ba9185e commit 1fed68e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ builds:
- darwin
- windows
goarch:
- 386
- "386"
- amd64
- arm
- arm64
goarm:
- "7"
ignore:
- goos: windows
goarch: arm64
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
Expand Down

0 comments on commit 1fed68e

Please sign in to comment.