Skip to content

Commit

Permalink
Merge pull request #6 from Bandwidth/hotfix-GoReleaser
Browse files Browse the repository at this point in the history
SWI-4161 || fix GoReleaser
  • Loading branch information
rdinardi-bw authored Oct 7, 2024
2 parents 59d1b11 + 02dad28 commit 9c883a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
# Make sure to check the documentation at https://goreleaser.com
project_name: vault-shim
builds:
- main: ./vault-shim.go
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
- i386

archives:
- format: tar.gz
Expand Down

0 comments on commit 9c883a2

Please sign in to comment.