Skip to content

Commit fe5a40e

Browse files
committed
ci: add aarch64-gnu as a fallible auto builder
1 parent cb76f82 commit fe5a40e

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,11 @@ jobs:
576576
strategy:
577577
matrix:
578578
include:
579+
- name: aarch64-gnu
580+
os:
581+
- self-hosted
582+
- ARM64
583+
- linux
579584
- name: dist-x86_64-apple
580585
env:
581586
SCRIPT: "./x.py dist"

src/ci/github-actions/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ x--expand-yaml-anchors--remove:
8484
os: windows-latest-xl
8585
<<: *base-job
8686

87+
- &job-aarch64-linux
88+
os: [self-hosted, ARM64, linux]
89+
8790
- &step
8891
if: success() && !env.SKIP_JOB
8992

@@ -585,6 +588,13 @@ jobs:
585588
strategy:
586589
matrix:
587590
include:
591+
#############################
592+
# Linux/Docker builders #
593+
#############################
594+
595+
- name: aarch64-gnu
596+
<<: *job-aarch64-linux
597+
588598
####################
589599
# macOS Builders #
590600
####################

0 commit comments

Comments
 (0)