File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 # ###################
You can’t perform that action at this time.
0 commit comments