Skip to content

Commit

Permalink
Add Mac arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Aug 17, 2021
1 parent dd89fd2 commit 4c8695d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Build Mac amd64
run: env GOOS=darwin GOARCH=amd64 go build -o geesefs-mac-amd64 -v

- name: Build Mac arm64
run: env GOOS=darwin GOARCH=arm64 go build -o geesefs-mac-arm64 -v

- name: Test
continue-on-error: true
run: ln -s geesefs-linux-amd64 geesefs && make run-test
Expand All @@ -34,3 +37,4 @@ jobs:
files: |
geesefs-linux-amd64
geesefs-mac-amd64
geesefs-mac-arm64

0 comments on commit 4c8695d

Please sign in to comment.