Skip to content

Commit fc98ae7

Browse files
authored
Merge pull request #134 from knightmare2600/master
Update .goreleaser.yaml
2 parents 9cfca6c + d86a0a1 commit fc98ae7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ builds:
1212
env:
1313
- CGO_ENABLED=0
1414
goos: [linux, darwin, windows]
15-
goarch: [amd64, arm64, 386]
15+
goarch: [amd64, arm64, 386, arm]
16+
goarm: [6, 7]
1617
ignore:
1718
- goos: windows
1819
goarch: amd64
20+
- goos: darwin
21+
goarch: arm
22+
- goos: windows
23+
goarch: arm
1924
ldflags:
2025
- -s -w
2126
- -X github.com/devnullvoid/pvetui/internal/version.version={{.Version}}
@@ -40,7 +45,7 @@ builds:
4045
archives:
4146
- id: default
4247
# ids: [pvetui, pvetui-windows-amd64]
43-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
48+
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
4449
formats: ["tar.gz"]
4550
format_overrides:
4651
- goos: windows

0 commit comments

Comments
 (0)