Skip to content

Commit

Permalink
ci(goreleaser): add a static list of architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed May 12, 2023
1 parent 76d2fa6 commit be9b786
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Expand Up @@ -9,6 +9,9 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: arm64
Expand Down

0 comments on commit be9b786

Please sign in to comment.