Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 0eed113

Browse files
committed
Add more build targets
Specifically, this includes Darwin and Windows arm64 builds
1 parent 47cada5 commit 0eed113

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

Changes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.7 - 2022-11-12
2+
3+
- Added Darwin arm64 and Windows arm64 builds.
4+
15
## 0.0.6 - 2022-11-06
26

37
- When a file is already sorted, `omegasort` will no longer write to the

goreleaser.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ builds:
55
- env:
66
- CGO_ENABLED=0
77
- GO386=softfloat
8-
goos:
9-
- freebsd
10-
- linux
11-
- darwin
12-
- windows
8+
targets:
9+
- darwin_amd64
10+
- darwin_arm64
11+
- freebsd_386
12+
- freebsd_amd64
13+
- freebsd_arm64
14+
- linux_386
15+
- linux_amd64
16+
- linux_arm64
17+
- windows_386
18+
- windows_amd64
19+
- windows_arm64
1320
archives:
1421
- replacements:
1522
freebsd: FreeBSD

0 commit comments

Comments
 (0)