Skip to content

Commit

Permalink
Merge pull request #93 from 1Password/ignore-windows-arm-build
Browse files Browse the repository at this point in the history
Setting the goreleaser to ignore windows arm64 builds
  • Loading branch information
jillianwilson authored Jul 10, 2023
2 parents a55cce3 + 0d546c2 commit b88596f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- goos: windows
goarch: 'arm64'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit b88596f

Please sign in to comment.