Update .goreleaser.yaml to include goarch options for amd64 and arm64 only

This commit is contained in:
Mo Tarbin 2024-07-25 01:18:15 -04:00
parent 7895a0502a
commit a5d07a545a
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ builds:
- linux
# - windows
- darwin
goarch:
- amd64
- arm64
archives:
- format: tar.gz