We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64-apple-darwin
1 parent fc742a7 commit 1321af5Copy full SHA for 1321af5
.github/workflows/main.yml
@@ -66,6 +66,9 @@ jobs:
66
env:
67
TARGET_TRIPLE: aarch64-unknown-linux-gnu
68
apt_deps: gcc-aarch64-linux-gnu qemu-user
69
+ - os: macos-latest
70
+ env:
71
+ TARGET_TRIPLE: aarch64-apple-darwin
72
- os: ubuntu-latest
73
74
TARGET_TRIPLE: s390x-unknown-linux-gnu
@@ -214,6 +217,9 @@ jobs:
214
217
- os: macos-latest
215
218
216
219
TARGET_TRIPLE: x86_64-apple-darwin
220
221
222
223
# cross-compile from Linux to Windows using mingw
224
225
0 commit comments