We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abfe8a commit d30d935Copy full SHA for d30d935
.github/workflows/release.yml
@@ -31,7 +31,6 @@ jobs:
31
with:
32
version: latest
33
args: release --clean
34
- goos: ["linux"]
35
env:
36
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
37
# GitHub sets this automatically
.goreleaser.yml
@@ -17,13 +17,9 @@ builds:
17
ldflags:
18
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
19
goos:
20
- - freebsd
21
- - windows
22
- linux
23
- - darwin
24
goarch:
25
- amd64
26
- - '386'
27
- arm
28
- arm64
29
ignore:
0 commit comments