mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-14 23:19:25 +02:00
Added LTS version to linux-armv7a, issue #678
This commit is contained in:
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
@ -324,6 +324,23 @@ jobs:
|
||||
cpython: "yes",
|
||||
cpython_arg: "--host=arm-cortexa8_neon-linux-gnueabihf --target=arm-cortexa8_neon-linux-gnueabihf",
|
||||
}
|
||||
- {
|
||||
image: "linux-armv7a-lts",
|
||||
stockfish: "yes",
|
||||
stockfish_arg: "ARCH=armv7-neon",
|
||||
ninja: "yes",
|
||||
ninja_arg: "",
|
||||
openssl: "yes",
|
||||
openssl_arg: "linux-armv4",
|
||||
C: "no",
|
||||
C_arg: "",
|
||||
C-Plus-Plus: "yes",
|
||||
C-Plus-Plus_arg: "",
|
||||
fmt: "yes",
|
||||
fmt_arg: "",
|
||||
cpython: "yes",
|
||||
cpython_arg: "--host=arm-cortexa8_neon-linux-gnueabihf --target=arm-cortexa8_neon-linux-gnueabihf",
|
||||
}
|
||||
- {
|
||||
image: "linux-armv7-lts",
|
||||
stockfish: "yes",
|
||||
|
Reference in New Issue
Block a user