Skip to content

Commit 7fdfcaa

Browse files
committed
Try aarch64
1 parent 4a18427 commit 7fdfcaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/testarch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
on: [push, pull_request]
22

33
jobs:
4-
armv7_job:
4+
aarch64_job:
55
# The host should always be Linux
66
runs-on: ubuntu-18.04
7-
name: Build on ubuntu-18.04 armv7
7+
name: Build on ubuntu-18.04 aarch64
88
steps:
99
- uses: actions/checkout@v2.1.0
1010
- uses: uraimo/run-on-arch-action@v2.0.5
1111
name: Run commands
1212
id: runcmd
1313
with:
14-
arch: armv7
14+
arch: aarch64
1515
distro: ubuntu18.04
1616

1717
# Not required, but speeds up builds by storing container images in

0 commit comments

Comments
 (0)