Skip to content

Commit 58956be

Browse files
Build Darwin arm64 too (#157)
## Which problem is this PR solving? - Adds Darwin arm64 binary to the artifacts list - Fixes #156 Apparently, this duplicates a change long-ago submitted by another contributor. So credit where due! Co-authored-by: John <john.dorman@sony.com>
1 parent 61f261d commit 58956be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
- go-build:
7171
os: darwin
7272
arch: amd64
73+
- go-build:
74+
os: darwin
75+
arch: arm64
7376
- go-build:
7477
os: linux
7578
arch: arm64

0 commit comments

Comments
 (0)