We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8849b09 commit bc92515Copy full SHA for bc92515
.goreleaser.yml
@@ -13,15 +13,23 @@ builds:
13
- linux
14
- windows
15
- 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
28
+ goarch: arm
29
+ - goos: windows
30
31
main: ./cmd/mpd-mpris
32
binary: mpd-mpris
-archives:
- - replacements:
- darwin: Darwin
- linux: Linux
- windows: Windows
- 386: i386
- amd64: x86_64
33
checksum:
34
name_template: 'checksums.txt'
35
snapshot:
0 commit comments