Skip to content

Commit

Permalink
goreleaser: add support for missing platforms
Browse files Browse the repository at this point in the history
The goreleaser targets a subset of the platforms supported by packer,
this commit adds the missing targets for the next release.
  • Loading branch information
lbajolet-hashicorp committed Jun 15, 2022
1 parent 776229f commit 471739e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ builds:
ldflags:
- '-s -w -X {{ .ModulePath }}/version.Version={{.Version}} -X {{ .ModulePath }}/version.VersionPrerelease= '
goos:
- netbsd
- solaris
- openbsd
- freebsd
- windows
- linux
Expand All @@ -43,6 +46,8 @@ builds:
- arm
- arm64
ignore:
- goos: openbsd
goarch: arm64
- goos: darwin
goarch: '386'
- goos: linux
Expand Down

0 comments on commit 471739e

Please sign in to comment.