Skip to content

Commit 2da7145

Browse files
committed
Update the goreleaser configuration
1 parent 5da3fa3 commit 2da7145

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.goreleaser.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ project_name: gendesk
77
builds:
88
- binary: gendesk
99
goos:
10-
- windows
11-
- darwin
1210
- linux
1311
- freebsd
12+
- darwin
1413
goarch:
1514
- amd64
16-
- arm
1715
- arm64
16+
- arm
1817
goarm:
1918
- 6
2019
- 7
@@ -23,10 +22,6 @@ builds:
2322
goarch: arm
2423
- goos: darwin
2524
goarch: arm64
26-
- goos: windows
27-
goarch: arm
28-
- goos: windows
29-
goarch: arm64
3025
- goos: linux
3126
goarch: arm
3227
goarm: 7
@@ -44,9 +39,6 @@ archive:
4439
386: i686
4540
darwin: macos
4641
wrap_in_directory: true
47-
format_overrides:
48-
- goos: windows
49-
format: zip
5042
files:
5143
- default.png
5244
- gendesk.1

0 commit comments

Comments
 (0)