Skip to content

Commit

Permalink
support for BSD and darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemaiors committed Jun 26, 2023
1 parent c40a475 commit 18169d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goos: [linux, windows, darwin, freebsd, openbsd, netbsd]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
Expand Down
5 changes: 3 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Release 1.0.17
# Release 1.1.0

* Actions test
* Support extended for darwin (macos)
* Support for *BSD systems

0 comments on commit 18169d5

Please # to comment.