Skip to content

Commit 2263172

Browse files
committed
fix: cgo still a pain
1 parent e62a0e6 commit 2263172

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

.goreleaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ builds:
1010
- main: ./cmd/ipsw
1111
binary: ipsw
1212
env:
13-
- CGO_ENABLED=0
13+
- CGO_ENABLED=1
1414
goos:
15-
- linux
15+
# - linux
1616
- windows
1717
- darwin
1818
goarch:
1919
- amd64
20-
- arm64
20+
# - arm64
2121
ldflags: -s -w -X github.com/blacktop/ipsw/cmd/ipsw/cmd.AppVersion={{.Version}} -X github.com/blacktop/ipsw/cmd/ipsw/cmd.AppBuildTime={{.Date}}
2222
archives:
2323
- replacements:

pkg/dyld/dlopen/dlopen.go

-24
This file was deleted.

0 commit comments

Comments
 (0)