We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da3fa3 commit 2da7145Copy full SHA for 2da7145
.goreleaser.yml
@@ -7,14 +7,13 @@ project_name: gendesk
7
builds:
8
- binary: gendesk
9
goos:
10
- - windows
11
- - darwin
12
- linux
13
- freebsd
+ - darwin
14
goarch:
15
- amd64
16
- - arm
17
- arm64
+ - arm
18
goarm:
19
- 6
20
- 7
@@ -23,10 +22,6 @@ builds:
23
22
goarch: arm
24
- goos: darwin
25
goarch: arm64
26
- - goos: windows
27
- goarch: arm
28
29
- goarch: arm64
30
- goos: linux
31
32
goarm: 7
@@ -44,9 +39,6 @@ archive:
44
39
386: i686
45
40
darwin: macos
46
41
wrap_in_directory: true
47
- format_overrides:
48
49
- format: zip
50
42
files:
51
43
- default.png
52
- gendesk.1
0 commit comments