mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-14 23:19:25 +02:00
Add mips-lts image
Add mips-lts image Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
@ -498,7 +498,7 @@ jobs:
|
||||
cpython: "yes",
|
||||
cpython_arg: "--host=s390x-ibm-linux-gnu --target=s390x-ibm-linux-gnu",
|
||||
}
|
||||
# Linux mips images
|
||||
# Linux mips images
|
||||
- {
|
||||
image: "linux-mips",
|
||||
stockfish: "no",
|
||||
@ -516,6 +516,24 @@ jobs:
|
||||
cpython: "yes",
|
||||
cpython_arg: "--host=mips-unknown-linux-gnu --target=mips-unknown-linux-gnu",
|
||||
}
|
||||
# Linux mips images
|
||||
- {
|
||||
image: "linux-mips-lts",
|
||||
stockfish: "no",
|
||||
stockfish_arg: "",
|
||||
ninja: "yes",
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-generic32",
|
||||
C: "yes",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: "",
|
||||
cpython: "yes",
|
||||
cpython_arg: "--host=mips-unknown-linux-gnu --target=mips-unknown-linux-gnu",
|
||||
}
|
||||
# Linux ppc64le images
|
||||
- {
|
||||
image: "linux-ppc64le",
|
||||
|
Reference in New Issue
Block a user