Skip to content

Commit

Permalink
(issue): i ignored win arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
bedirhangull committed Dec 17, 2024
1 parent 1ec689b commit 423628b
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 423628b

Please sign in to comment.