github: try to add aarch64 runner
This commit is contained in:
parent
947b94d29f
commit
f1dabf13a1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
targetos: linux
|
targetos: linux
|
||||||
targetarch: i386
|
targetarch: i386
|
||||||
|
- os: ubuntu-aarch64-20.04
|
||||||
|
targetos: linux
|
||||||
|
targetarch: aarch64
|
||||||
|
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
targetos: android
|
targetos: android
|
||||||
|
|
Loading…
Add table
Reference in a new issue