Skip to content

Commit

Permalink
👷 Build only amd64 and arm64 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Sep 12, 2023
1 parent bce7597 commit 7f0b376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ builds:
goarm:
- "6"
- "7"
goarch:
- amd64
- arm64
ldflags:
- -s -w
dockers:
Expand Down

0 comments on commit 7f0b376

Please sign in to comment.