Skip to content

Commit bc92515

Browse files
committed
Build for more archs
1 parent 8849b09 commit bc92515

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.goreleaser.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,23 @@ builds:
1313
- linux
1414
- windows
1515
- darwin
16+
goarch:
17+
- 386
18+
- amd64
19+
- arm
20+
- arm64
21+
goarm:
22+
- 6
23+
- 7
24+
ignore:
25+
- goos: darwin
26+
goarch: 386
27+
- goos: darwin
28+
goarch: arm
29+
- goos: windows
30+
goarch: arm
1631
main: ./cmd/mpd-mpris
1732
binary: mpd-mpris
18-
archives:
19-
- replacements:
20-
darwin: Darwin
21-
linux: Linux
22-
windows: Windows
23-
386: i386
24-
amd64: x86_64
2533
checksum:
2634
name_template: 'checksums.txt'
2735
snapshot:

0 commit comments

Comments
 (0)