Skip to content

Commit e19457e

Browse files
committed
separate darwin builds & build for arm64 darwin
1 parent a7ff59b commit e19457e

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.goreleaser.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ builds:
66
-
77
main: ./cmd/putio-sync/main.go
88
goos:
9-
- linux
109
- darwin
11-
- windows
10+
goarch:
11+
- arm64
12+
- amd64
13+
env:
14+
- CGO_ENABLED=1
15+
-
16+
main: ./cmd/putio-sync/main.go
17+
goos:
18+
- linux
1219
goarch:
1320
- 386
1421
- amd64
15-
ignore:
16-
- goos: darwin
17-
goarch: 386
22+
env:
23+
- CGO_ENABLED=0
1824
archives:
1925
- formats: ["tar.gz"]
2026
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

0 commit comments

Comments
 (0)