Skip to content

Commit

Permalink
fix: have goos+goarch combo with goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Strobotti committed Feb 21, 2024
1 parent bcf7173 commit edb0012
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
builds:
- targets:
- linux-amd64
- goos:
- linux
goarch:
- amd64
env:
- CGO_ENABLED=0
main: ./cmd/
Expand Down

0 comments on commit edb0012

Please sign in to comment.