try to cross compile x86_64-apple from aarch64

This commit is contained in:
Clément DOUIN
2024-11-25 15:08:22 +01:00
parent 199355b7d9
commit 025eebb549
3 changed files with 32 additions and 34 deletions
+23 -23
View File
@@ -12,31 +12,31 @@ jobs:
include:
- system: aarch64-macos
target: aarch64-apple-darwin
os: macos-14
- system: aarch64-linux
target: aarch64-unknown-linux-musl
os: ubuntu-latest
- system: armv6l-linux
target: armv6l-unknown-linux-musleabihf
os: ubuntu-latest
- system: armv7l-linux
target: armv7l-unknown-linux-musleabihf
os: ubuntu-latest
- system: i686-linux
target: i686-unknown-linux-musl
os: ubuntu-latest
- system: i686-windows
target: i686-w64-mingw32
os: ubuntu-latest
os: macos-latest
# - system: aarch64-linux
# target: aarch64-unknown-linux-musl
# os: ubuntu-latest
# - system: armv6l-linux
# target: armv6l-unknown-linux-musleabihf
# os: ubuntu-latest
# - system: armv7l-linux
# target: armv7l-unknown-linux-musleabihf
# os: ubuntu-latest
# - system: i686-linux
# target: i686-unknown-linux-musl
# os: ubuntu-latest
# - system: i686-windows
# target: i686-w64-mingw32
# os: ubuntu-latest
- system: x86_64-macos
target: x86_64-apple-darwin
os: macos-13
- system: x86_64-linux
target: x86_64-unknown-linux-musl
os: ubuntu-latest
- system: x86_64-windows
target: x86_64-w64-mingw32
os: ubuntu-latest
os: macos-latest
# - system: x86_64-linux
# target: x86_64-unknown-linux-musl
# os: ubuntu-latest
# - system: x86_64-windows
# target: x86_64-w64-mingw32
# os: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4