Skip to content

Commit

Permalink
chore(ci): add main and arm64 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev committed Jul 6, 2023
1 parent 6850711 commit 196ed8f
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 @@ -12,6 +12,11 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
main: cmd/vault-plugin-secrets-vercel/main.go
binary: vault-plugin-secrets-vercel

archives:
- format: tar.gz
Expand Down

0 comments on commit 196ed8f

Please sign in to comment.