fix: enabling building for BSD people (#2)

This commit is contained in:
Rasmus Wejlgaard 2025-11-08 20:19:24 +00:00 committed by GitHub
parent 6e96d56e77
commit d45d8fd5c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin, windows]
goos: [linux, darwin, windows, freebsd, netbsd, openbsd]
goarch: [amd64, arm64]
steps:
- name: Checkout code