diff --git a/.changelog/27663.txt b/.changelog/27663.txt new file mode 100644 index 000000000000..c7c2a807d864 --- /dev/null +++ b/.changelog/27663.txt @@ -0,0 +1,3 @@ +```release-note:note +provider: Add OpenBSD to list of OSes which the provider is built on +``` diff --git a/.goreleaser.yml b/.goreleaser.yml index 6316aae18312..169c2f7c0349 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -19,6 +19,7 @@ builds: - darwin - freebsd - linux + - openbsd - windows goarch: - '386' @@ -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 }}'