We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a18427 commit 7fdfcaaCopy full SHA for 7fdfcaa
1 file changed
.github/workflows/testarch.yml
@@ -1,17 +1,17 @@
1
on: [push, pull_request]
2
3
jobs:
4
- armv7_job:
+ aarch64_job:
5
# The host should always be Linux
6
runs-on: ubuntu-18.04
7
- name: Build on ubuntu-18.04 armv7
+ name: Build on ubuntu-18.04 aarch64
8
steps:
9
- uses: actions/checkout@v2.1.0
10
- uses: uraimo/run-on-arch-action@v2.0.5
11
name: Run commands
12
id: runcmd
13
with:
14
- arch: armv7
+ arch: aarch64
15
distro: ubuntu18.04
16
17
# Not required, but speeds up builds by storing container images in
0 commit comments