fixup! this only builds on linux

This commit is contained in:
Cian Johnston 2024-08-09 15:36:38 +01:00
parent 9abfe8ae8e
commit d30d9356d1
No known key found for this signature in database
2 changed files with 0 additions and 5 deletions

View file

@ -31,7 +31,6 @@ jobs:
with:
version: latest
args: release --clean
goos: ["linux"]
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically

View file

@ -17,13 +17,9 @@ builds:
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore: