Skip to content

Commit bbecb47

Browse files
Markus WolfZauberNerd
authored andcommitted
patch: customize goreleaser configuration
Build linux, darwin for x64 and arm64. Co-authored-by: Björn Brauer <zaubernerd@zaubernerd.de>
1 parent b910a42 commit bbecb47

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

.goreleaser.yml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
release:
2+
github:
3+
owner: xing
4+
name: act
5+
16
before:
27
hooks:
38
- go mod tidy
@@ -7,28 +12,15 @@ builds:
712
goos:
813
- darwin
914
- linux
10-
- windows
1115
goarch:
1216
- amd64
13-
- 386
1417
- arm64
15-
- arm
16-
goarm:
17-
- 6
18-
- 7
19-
ignore:
20-
- goos: windows
21-
goarm: 6
2218
checksum:
2319
name_template: 'checksums.txt'
2420
archives:
25-
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
21+
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
2622
replacements:
2723
darwin: Darwin
2824
linux: Linux
29-
windows: Windows
30-
386: i386
25+
arm64: arm64
3126
amd64: x86_64
32-
format_overrides:
33-
- goos: windows
34-
format: zip

0 commit comments

Comments
 (0)