Skip to content

Commit 4b0fa01

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 2eda7c6 commit 4b0fa01

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

.goreleaser.yml

Lines changed: 7 additions & 18 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,31 +12,18 @@ 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
3527
changelog:
3628
groups:
3729
- title: 'New Features'
@@ -45,6 +37,3 @@ changelog:
4537
order: 2
4638
- title: 'Other'
4739
order: 999
48-
release:
49-
prerelease: auto
50-
mode: append

0 commit comments

Comments
 (0)