Skip to content

Commit

Permalink
Add support for ARM MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed Jun 8, 2024
1 parent 9c83a19 commit 342f4dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-apphost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
container: quay.io/pypa/manylinux_2_28_x86_64 #https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html

- name: macos_x64
os: macos-latest
os: macos-13
target: x86_64-apple-darwin

- name: macos_arm64
os: macos-latest
target: aarch64-apple-darwin

ui:
- none
- cli
Expand Down
1 change: 1 addition & 0 deletions Piton.NuGet.proj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<PitonBaseTargets Include="win_x64" ExecSuffix=".exe" />
<PitonBaseTargets Include="linux_x64" />
<PitonBaseTargets Include="macos_x64" />
<PitonBaseTargets Include="macos_arm64" />

<PitonUIDrivers Include="none" />
<PitonUIDrivers Include="cli" />
Expand Down

0 comments on commit 342f4dc

Please sign in to comment.