Skip to content

Commit

Permalink
ci: restringe build por erro no ga
Browse files Browse the repository at this point in the history
⨯ release failed after 16s                 error=failed to build for windows_arm64: exit status 2: cmd/go: unsupported GOOS/GOARCH pair windows/arm64
  • Loading branch information
neninja committed Dec 16, 2022
1 parent 664f88f commit 99b193b
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 @@ -9,3 +9,5 @@ builds:
goos:
- linux
- windows
goarch:
- amd64

0 comments on commit 99b193b

Please sign in to comment.