mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +02:00
Add manylinux_2_34-aarch64 to CI configuration
This commit is contained in:
@@ -1236,6 +1236,29 @@ jobs:
|
|||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "--host=aarch64-unknown-linux-gnu --target=aarch64-unknown-linux-gnu",
|
cpython_arg: "--host=aarch64-unknown-linux-gnu --target=aarch64-unknown-linux-gnu",
|
||||||
}
|
}
|
||||||
|
# manylinux_2_34 aarch64 images
|
||||||
|
- {
|
||||||
|
image: "manylinux_2_34-aarch64",
|
||||||
|
multiarch: "",
|
||||||
|
stockfish: "no",
|
||||||
|
stockfish_arg: "",
|
||||||
|
ninja: "no",
|
||||||
|
ninja_arg: "",
|
||||||
|
openssl: "yes",
|
||||||
|
openssl_arg: "linux-aarch64",
|
||||||
|
C: "no",
|
||||||
|
C_arg: "",
|
||||||
|
SQLite: "yes",
|
||||||
|
SQLite_arg: "",
|
||||||
|
llama_cpp: "no",
|
||||||
|
llama_cpp_arg: "",
|
||||||
|
fmt: "no",
|
||||||
|
fmt_arg: "",
|
||||||
|
raylib: "no",
|
||||||
|
raylib_arg: "",
|
||||||
|
cpython: "yes",
|
||||||
|
cpython_arg: "--host=aarch64-unknown-linux-gnu --target=aarch64-unknown-linux-gnu",
|
||||||
|
}
|
||||||
# web-wasm images
|
# web-wasm images
|
||||||
- {
|
- {
|
||||||
image: "web-wasm",
|
image: "web-wasm",
|
||||||
|
|||||||
Reference in New Issue
Block a user