Skip to content

Commit 208e888

Browse files
committed
chore(ci): Only try and build linux GUIs
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent 93219a9 commit 208e888

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.goreleaser.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ builds:
1616
- "-s -w -X 'kfutil/pkg/version.VERSION={{ .Version }}' -X 'kfutil/pkg/version.COMMIT={{ .Commit }}' -X 'kfutil/pkg/version.BUILD_DATE={{ .CommitTimestamp }}'"
1717
goos:
1818
- linux
19-
- darwin
20-
- windows
21-
- freebsd
19+
# - darwin
20+
# - windows
21+
# - freebsd
2222
goarch:
2323
- amd64
24-
- arm
25-
- arm64
26-
- '386'
24+
# - arm
25+
# - arm64
26+
# - '386'
2727
ignore:
2828
- goos: darwin
2929
goarch: '386'
@@ -60,7 +60,7 @@ builds:
6060
ignore:
6161
- goos: linux
6262
goarch: arm64 # Linux ARM64 CGO cross-compile is complex
63-
binary: 'kfutil-gui'
63+
binary: 'kfutil'
6464
archives:
6565
- id: cli-archive
6666
builds:

0 commit comments

Comments
 (0)