mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
Update main.yml
This commit is contained in:
parent
cb783b06c2
commit
73897d848b
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@ -409,7 +409,7 @@ jobs:
|
|||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=x86_64-buildroot-linux-gnu",
|
cpython_arg: "--host=x86_64-buildroot-linux-gnu --target=x86_64-buildroot-linux-gnu --build=x86_64-linux-gnu",
|
||||||
}
|
}
|
||||||
# Linux riscv images
|
# Linux riscv images
|
||||||
- {
|
- {
|
||||||
@ -427,7 +427,7 @@ jobs:
|
|||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=riscv32-unknown-linux-gnu",
|
cpython_arg: "--host=riscv32-unknown-linux-gnu --target=riscv32-unknown-linux-gnu --build=x86_64-linux-gnu",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "linux-riscv64",
|
image: "linux-riscv64",
|
||||||
@ -444,7 +444,7 @@ jobs:
|
|||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=riscv64-unknown-linux-gnu",
|
cpython_arg: "--host=riscv64-unknown-linux-gnu --target=riscv64-unknown-linux-gnu --build=x86_64-linux-gnu",
|
||||||
}
|
}
|
||||||
# Linux s390x images
|
# Linux s390x images
|
||||||
- {
|
- {
|
||||||
@ -462,7 +462,7 @@ jobs:
|
|||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=s390x-ibm-linux-gnu",
|
cpython_arg: "--host=s390x-ibm-linux-gnu --target=s390x-ibm-linux-gnu --build=x86_64-linux-gnu",
|
||||||
}
|
}
|
||||||
# Linux mips images
|
# Linux mips images
|
||||||
- {
|
- {
|
||||||
@ -480,7 +480,7 @@ jobs:
|
|||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=mips-unknown-linux-gnu",
|
cpython_arg: "--host=mips-unknown-linux-gnu --target=mips-unknown-linux-gnu --build=x86_64-linux-gnu",
|
||||||
}
|
}
|
||||||
# Linux ppc64le images
|
# Linux ppc64le images
|
||||||
- {
|
- {
|
||||||
@ -498,7 +498,7 @@ jobs:
|
|||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=powerpc64le-unknown-linux-gnu",
|
cpython_arg: "--host=powerpc64le-unknown-linux-gnu --target=powerpc64le-unknown-linux-gnu --build=x86_64-linux-gnu",
|
||||||
}
|
}
|
||||||
# Linux m68k images
|
# Linux m68k images
|
||||||
- {
|
- {
|
||||||
@ -516,7 +516,7 @@ jobs:
|
|||||||
fmt: "no",
|
fmt: "no",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "no",
|
cpython: "no",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=m68k-unknown-uclinux-uclibc",
|
cpython_arg: "--host=m68k-unknown-uclinux-uclibc --target=m68k-unknown-uclinux-uclibc --build=x86_64-linux-gnu",
|
||||||
}
|
}
|
||||||
# Linux xtensa images
|
# Linux xtensa images
|
||||||
- {
|
- {
|
||||||
@ -534,7 +534,7 @@ jobs:
|
|||||||
fmt: "no",
|
fmt: "no",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "--host=x86_64-linux-gnu --build=xtensa-fsf-linux-uclibc",
|
cpython_arg: "--host=xtensa-fsf-linux-uclibc --target=xtensa-fsf-linux-uclibc --build=x86_64-linux-gnu",
|
||||||
}
|
}
|
||||||
# Windows x86_x64 images
|
# Windows x86_x64 images
|
||||||
- {
|
- {
|
||||||
|
Loading…
Reference in New Issue
Block a user