Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Publish arm binaries too
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Dec 26, 2021
1 parent b33afc1 commit eb34155
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ builds:
- -trimpath
ldflags:
- '-s -w -X github.com/sethvargo/vault-secrets-gen/version.version={{.Version}} -X github.com/sethvargo/vault-secrets-gen/version.GitCommit={{.Commit}}'
goos:
- darwin
- freebsd
- linux
- netbsd
- openbsd
- windows
goarch:
- amd64
targets:
- darwin_amd64
- darwin_arm64
- freebsd_amd64
- freebsd_arm64
- linux_amd64
- linux_arm64
- netbsd_amd64
- netbsd_arm64
- openbsd_amd64
- openbsd_arm64
- windows_amd64
- windows_arm
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit eb34155

Please sign in to comment.