We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d04ec commit 6e64a24Copy full SHA for 6e64a24
.goreleaser.yaml
@@ -6,11 +6,10 @@ before:
6
- go generate ./...
7
8
builds:
9
- - env:
10
- - CGO_ENABLED=0
+ - id: build
11
goos:
12
- - linux
13
- windows
+ - linux
14
- darwin
15
goarch:
16
- amd64
@@ -39,9 +38,6 @@ changelog:
39
38
checksum:
40
name_template: "checksums.txt"
41
42
-snapshot:
43
- name_template: "{{ .Tag }}-{{ .ShortCommit }}"
44
-
45
release:
46
github:
47
owner: leandrodaf
0 commit comments