We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad961b commit b05bf6fCopy full SHA for b05bf6f
.github/workflows/ci.yml
@@ -553,7 +553,7 @@ jobs:
553
strategy:
554
matrix:
555
include:
556
- - name: dist-x86_64-linux
+ - name: dist-arm-linux
557
os: ubuntu-20.04-16core-64gb
558
env: {}
559
timeout-minutes: 600
src/ci/github-actions/ci.yml
@@ -695,8 +695,8 @@ jobs:
695
696
697
698
- - &dist-x86_64-linux
699
- name: dist-x86_64-linux
+ - &dist-arm-linux
+ name: dist-arm-linux
700
<<: *job-linux-16c
701
702
master:
0 commit comments