Skip to content

Commit af903ff

Browse files
committed
maybe fix building?
1 parent 19db253 commit af903ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.goreleaser.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# GoReleaser configuration for PackWiz Wrapper
22
# Documentation: https://goreleaser.com
3+
#
4+
# Build Matrix:
5+
# - GUI builds: Windows/Linux amd64 only (requires CGO for Fyne, cross-compilation to ARM64 not supported)
6+
# - Headless builds: Windows/Linux amd64/arm64 (no CGO, full cross-compilation support)
7+
# Total: 6 build artifacts
38

49
before:
510
hooks:
611
- go mod tidy
712
- go generate ./...
813

914
builds:
10-
# GUI version (Windows and Linux - CGO enabled)
15+
# GUI version (Windows and Linux - CGO enabled, amd64 only due to cross-compilation limitations)
1116
- id: "gui"
1217
main: "./cmd/pw"
1318
binary: "pw-gui"
@@ -20,7 +25,6 @@ builds:
2025
- linux
2126
goarch:
2227
- amd64
23-
- arm64
2428
env:
2529
- CGO_ENABLED=1
2630

0 commit comments

Comments
 (0)