Skip to content

Commit 81b16a8

Browse files
committed
ci: update .goreleaser.yaml
1 parent 5831e3d commit 81b16a8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git:
77
- pre-release
88

99
snapshot:
10-
version_template: "{{ incpatch .Version }}-PreRelease-{{ .ShortCommit }}"
10+
version_template: "PreRelease-v{{ incpatch .Version }}-{{ .ShortCommit }}"
1111

1212
release:
1313
name_template: "{{ .Tag }}"
@@ -21,7 +21,8 @@ before:
2121
- go mod download
2222

2323
builds:
24-
- env:
24+
- skip: false
25+
env:
2526
- GOPROXY=https://goproxy.io,direct
2627
- CGO_ENABLED=0
2728
goos:
@@ -71,8 +72,8 @@ dockers_v2:
7172
platforms:
7273
- linux/amd64
7374
- linux/arm64
74-
# - linux/arm/v7
75-
# - linux/riscv64
75+
- linux/arm/v7
76+
- linux/riscv64
7677

7778
archives:
7879
- formats: [tar.gz]

0 commit comments

Comments
 (0)