There was an error while loading. Please reload this page.
2 parents 9cfca6c + d86a0a1 commit fc98ae7Copy full SHA for fc98ae7
1 file changed
.goreleaser.yaml
@@ -12,10 +12,15 @@ builds:
12
env:
13
- CGO_ENABLED=0
14
goos: [linux, darwin, windows]
15
- goarch: [amd64, arm64, 386]
+ goarch: [amd64, arm64, 386, arm]
16
+ goarm: [6, 7]
17
ignore:
18
- goos: windows
19
goarch: amd64
20
+ - goos: darwin
21
+ goarch: arm
22
+ - goos: windows
23
24
ldflags:
25
- -s -w
26
- -X github.com/devnullvoid/pvetui/internal/version.version={{.Version}}
@@ -40,7 +45,7 @@ builds:
40
45
archives:
41
46
- id: default
42
47
# ids: [pvetui, pvetui-windows-amd64]
43
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
48
+ name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
44
49
formats: ["tar.gz"]
50
format_overrides:
51
0 commit comments