mirror of
https://github.com/google/cpu_features.git
synced 2025-07-03 06:03:17 +02:00
ci: Remove linaro toolchains support
All toolchains have not been updated since 2019... Also linaro website do not advertise them ref: https://www.linaro.org/downloads
This commit is contained in:
7
.github/workflows/arm_linux_cmake.yml
vendored
7
.github/workflows/arm_linux_cmake.yml
vendored
@ -14,11 +14,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
targets: [
|
||||
[arm-linux-gnueabihf],
|
||||
[armv8l-linux-gnueabihf],
|
||||
[arm-linux-gnueabi],
|
||||
[armeb-linux-gnueabihf],
|
||||
[armeb-linux-gnueabi]
|
||||
[armv7-eabihf],
|
||||
[armebv7-eabihf],
|
||||
]
|
||||
fail-fast: false
|
||||
env:
|
||||
|
Reference in New Issue
Block a user