We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5831e3d commit 81b16a8Copy full SHA for 81b16a8
1 file changed
.goreleaser.yaml
@@ -7,7 +7,7 @@ git:
7
- pre-release
8
9
snapshot:
10
- version_template: "{{ incpatch .Version }}-PreRelease-{{ .ShortCommit }}"
+ version_template: "PreRelease-v{{ incpatch .Version }}-{{ .ShortCommit }}"
11
12
release:
13
name_template: "{{ .Tag }}"
@@ -21,7 +21,8 @@ before:
21
- go mod download
22
23
builds:
24
- - env:
+ - skip: false
25
+ env:
26
- GOPROXY=https://goproxy.io,direct
27
- CGO_ENABLED=0
28
goos:
@@ -71,8 +72,8 @@ dockers_v2:
71
72
platforms:
73
- linux/amd64
74
- linux/arm64
- # - linux/arm/v7
75
- # - linux/riscv64
+ - linux/arm/v7
76
+ - linux/riscv64
77
78
archives:
79
- formats: [tar.gz]
0 commit comments