Skip to content

Commit 93087bf

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

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 12 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,18 +12,9 @@ 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:
@@ -45,6 +41,3 @@ changelog:
4541
order: 2
4642
- title: 'Other'
4743
order: 999
48-
release:
49-
prerelease: auto
50-
mode: append

0 commit comments

Comments
 (0)