Skip to content

Commit

Permalink
Ignoring windows arm64?
Browse files Browse the repository at this point in the history
  • Loading branch information
clone1018 committed Oct 13, 2022
1 parent de62a3f commit 1720214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ builds:
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: arm64

archives:
- format_overrides:
Expand Down

1 comment on commit 1720214

@datagutt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could simply use go 1.19 instead, it works:
GuacLive@5851493

Please sign in to comment.