Skip to content

Commit d30d935

Browse files
committed
fixup! this only builds on linux
1 parent 9abfe8a commit d30d935

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
with:
3232
version: latest
3333
args: release --clean
34-
goos: ["linux"]
3534
env:
3635
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
3736
# GitHub sets this automatically

.goreleaser.yml

-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ builds:
1717
ldflags:
1818
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
1919
goos:
20-
- freebsd
21-
- windows
2220
- linux
23-
- darwin
2421
goarch:
2522
- amd64
26-
- '386'
2723
- arm
2824
- arm64
2925
ignore:

0 commit comments

Comments
 (0)