Skip to content

Commit 87029cc

Browse files
committed
Update goreleaser config
1 parent 4c56cbd commit 87029cc

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

.goreleaser.yml

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,30 @@ builds:
1616
ldflags:
1717
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
1818
goos:
19-
- freebsd
20-
- windows
2119
- linux
2220
- darwin
2321
goarch:
2422
- amd64
25-
- '386'
26-
- arm
2723
- arm64
28-
ignore:
29-
- goos: darwin
30-
goarch: '386'
3124
binary: '{{ .ProjectName }}_v{{ .Version }}'
3225
archives:
3326
- format: zip
3427
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3528
checksum:
3629
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
3730
algorithm: sha256
38-
signs:
39-
- artifacts: checksum
40-
args:
41-
# if you are using this is a GitHub action or some other automated pipeline, you
42-
# need to pass the batch flag to indicate its not interactive.
43-
- "--batch"
44-
- "--local-user"
45-
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
46-
- "--output"
47-
- "${signature}"
48-
- "--detach-sign"
49-
- "${artifact}"
31+
#signs:
32+
# - artifacts: checksum
33+
# args:
34+
# # if you are using this is a GitHub action or some other automated pipeline, you
35+
# # need to pass the batch flag to indicate its not interactive.
36+
# - "--batch"
37+
# - "--local-user"
38+
# - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
39+
# - "--output"
40+
# - "${signature}"
41+
# - "--detach-sign"
42+
# - "${artifact}"
5043
release:
5144
# Visit your project's GitHub Releases page to publish this release.
5245
#draft: true

0 commit comments

Comments
 (0)