Skip to content

Commit

Permalink
Merge pull request #10 from bedirhangull/ignore-win
Browse files Browse the repository at this point in the history
(issue): ignored win arm64
  • Loading branch information
bedirhangull authored Dec 17, 2024
2 parents 1ec689b + 423628b commit 2efa840
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ builds:
- amd64
- "386"
- arm64
ignore:
- goos: windows
goarch: arm64
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand All @@ -26,4 +29,4 @@ archives:
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
format: zip

0 comments on commit 2efa840

Please sign in to comment.