Skip to content

Commit

Permalink
Add arm64 for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
zanetworker committed Jan 16, 2024
1 parent 9e5abd2 commit 50f3194
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:

- name: Build Binary for Windows
run: GOOS=windows GOARCH=amd64 go build -o hcp-calculator-windows-amd64.exe

- name: Build Binary for macOS
run: GOOS=darwin GOARCH=amd64 go build -o hcp-calculator-darwin-amd64

run: |
GOOS=darwin GOARCH=amd64 go build -o hcp-calculator-darwin-amd64
GOOS=darwin GOARCH=arm64 go build -o hcp-calculator-darwin-arm64
- name: Create Release and Upload Assets
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 50f3194

Please sign in to comment.