mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
Fix wrong cpython_arg
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
b48a46c0e5
commit
bacdf3a1cf
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -310,7 +310,7 @@ jobs:
|
||||
- {
|
||||
image: "linux-armv7-lts",
|
||||
stockfish: "yes",
|
||||
stockfish_arg: "ARCH=armv7-neon",
|
||||
stockfish_arg: "ARCH=armv7",
|
||||
ninja: "yes",
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
@ -322,7 +322,7 @@ jobs:
|
||||
fmt: "yes",
|
||||
fmt_arg: "",
|
||||
cpython: "yes",
|
||||
cpython_arg: "--host=arm-cortexa8_neon-linux-gnueabihf --target=arm-cortexa8_neon-linux-gnueabihf",
|
||||
cpython_arg: "--host=armv7-unknown-linux-gnueabi --target=armv7-unknown-linux-gnueabi",
|
||||
}
|
||||
- {
|
||||
image: "linux-armv7l-musl",
|
||||
|
Loading…
Reference in New Issue
Block a user