mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-13 09:30:07 +01:00
ci: switch from android-arm64 to linux-arm64 for multi-arch
This commit is contained in:
parent
9dea22ab64
commit
1afd48ee6a
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -139,7 +139,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
image: "android-arm64",
|
image: "android-arm64",
|
||||||
multiarch: "yes",
|
multiarch: "",
|
||||||
stockfish: "yes",
|
stockfish: "yes",
|
||||||
stockfish_arg: "ARCH=armv8 COMP=ndk",
|
stockfish_arg: "ARCH=armv8 COMP=ndk",
|
||||||
ninja: "no",
|
ninja: "no",
|
||||||
@ -206,7 +206,7 @@ jobs:
|
|||||||
# inux arm64/armv8 images
|
# inux arm64/armv8 images
|
||||||
- {
|
- {
|
||||||
image: "linux-arm64",
|
image: "linux-arm64",
|
||||||
multiarch: "",
|
multiarch: "yes",
|
||||||
stockfish: "yes",
|
stockfish: "yes",
|
||||||
stockfish_arg: "ARCH=armv8",
|
stockfish_arg: "ARCH=armv8",
|
||||||
ninja: "yes",
|
ninja: "yes",
|
||||||
@ -1515,7 +1515,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
image_name: ["android-arm64", "web-wasm", "web-wasi", "web-wasi-threads"]
|
image_name: ["linux-arm64", "web-wasm", "web-wasi", "web-wasi-threads"]
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user