File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -576,6 +576,11 @@ jobs:
576
576
strategy :
577
577
matrix :
578
578
include :
579
+ - name : aarch64-gnu
580
+ os :
581
+ - self-hosted
582
+ - ARM64
583
+ - linux
579
584
- name : dist-x86_64-apple
580
585
env :
581
586
SCRIPT : " ./x.py dist"
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ x--expand-yaml-anchors--remove:
84
84
os : windows-latest-xl
85
85
<< : *base-job
86
86
87
+ - &job-aarch64-linux
88
+ os : [self-hosted, ARM64, linux]
89
+
87
90
- &step
88
91
if : success() && !env.SKIP_JOB
89
92
@@ -585,6 +588,13 @@ jobs:
585
588
strategy :
586
589
matrix :
587
590
include :
591
+ # ############################
592
+ # Linux/Docker builders #
593
+ # ############################
594
+
595
+ - name : aarch64-gnu
596
+ << : *job-aarch64-linux
597
+
588
598
# ###################
589
599
# macOS Builders #
590
600
# ###################
You can’t perform that action at this time.
0 commit comments