mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +02:00
CI: add manylinux_2_28 build
This commit is contained in:
@@ -1147,6 +1147,28 @@ jobs:
|
|||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "",
|
cpython_arg: "",
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
image: "manylinux_2_28-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",
|
||||||
|
}
|
||||||
# manylinux2014 images
|
# manylinux2014 images
|
||||||
- {
|
- {
|
||||||
image: "manylinux2014-x86",
|
image: "manylinux2014-x86",
|
||||||
|
|||||||
Reference in New Issue
Block a user