mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
Update main.yml
This commit is contained in:
parent
e8f7b68794
commit
1f024a67f4
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: "",
|
||||
cpython: "yes",
|
||||
cpython: "no",
|
||||
cpython_arg: "--host=arm-linux-androideabi --target=arm-linux-androideabi",
|
||||
}
|
||||
- {
|
||||
@ -79,7 +79,7 @@ jobs:
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: "",
|
||||
cpython: "yes",
|
||||
cpython: "no",
|
||||
cpython_arg: "--host=aarch64-linux-android --target=aarch64-linux-android",
|
||||
}
|
||||
- {
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: "",
|
||||
cpython: "yes",
|
||||
cpython: "no",
|
||||
cpython_arg: "--host=i686-linux-android --target=i686-linux-android",
|
||||
}
|
||||
- {
|
||||
@ -113,7 +113,7 @@ jobs:
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: "",
|
||||
cpython: "yes",
|
||||
cpython: "no",
|
||||
cpython_arg: "--host=x86_64-linux-android --target=x86_64-linux-android",
|
||||
}
|
||||
# Linux arm64/armv8 images
|
||||
|
Loading…
x
Reference in New Issue
Block a user