Skip to content

Commit

Permalink
fix releaser yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
crhuber committed Mar 6, 2023
1 parent 3187579 commit 4c1d968
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
builds:
goos:
- darwin
- binary: kelp
goos:
- darwin

goarch:
- amd64
- arm64
goarch:
- amd64
- arm64

goarm:
- 6
- 7
goarm:
- 6
- 7

0 comments on commit 4c1d968

Please sign in to comment.