Skip to content

Commit

Permalink
Update binary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Withers committed Sep 29, 2020
1 parent 15b59ef commit 596da22
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ builds:
id: terraform-workspace-manager
main: ./main.go
goos:
- freebsd
- openbsd
- solaris
- windows
- linux
- darwin

goarch:
- amd64
- '386'
- arm
- arm64
archives:
-
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
Expand Down

0 comments on commit 596da22

Please sign in to comment.