Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
goreleaser: build only on darwin and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Dec 29, 2022
1 parent 41679fb commit 262ed10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- linux
goarch:
- amd64
- arm64
Expand Down

0 comments on commit 262ed10

Please sign in to comment.