Skip to content

Commit

Permalink
Merge pull request #27663 from knightjoel/f-build-on-openbsd
Browse files Browse the repository at this point in the history
Build provider on OpenBSD
  • Loading branch information
johnsonaj authored Nov 10, 2022
2 parents 70d3a77 + cbe5d28 commit c66d6ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/27663.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:note
provider: Add OpenBSD to list of OSes which the provider is built on
```
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ builds:
- darwin
- freebsd
- linux
- openbsd
- windows
goarch:
- '386'
Expand All @@ -32,6 +33,8 @@ builds:
goos: freebsd
- goarch: arm64
goos: windows
- goarch: arm64
goos: openbsd
ldflags:
- -s -w -X version.ProviderVersion={{.Version}}
mod_timestamp: '{{ .CommitTimestamp }}'
Expand Down

0 comments on commit c66d6ac

Please sign in to comment.