Skip to content

Commit

Permalink
add arm build for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamPorcineFudgepuppy committed Mar 29, 2024
1 parent f300f82 commit 08d20f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
os: macos-latest,
prepare-os: ""
}
- {
name: MacOS-arm,
os: macos-latest,
prepare-os: ""
}
- {
name: Windows,
os: windows-latest,
Expand All @@ -50,6 +55,12 @@ jobs:
pushd $HOME
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-x64.zip
unzip Rack-SDK.zip
- name: Get Mac arm SDK
if: runner.os == 'MacOS-arm'
run: |
pushd $HOME
curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-arm64.zip
unzip Rack-SDK.zip
- name: Get Linux SDK
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 08d20f2

Please sign in to comment.