about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2020-07-06 15:15:57 +0200
committerPietro Albini <pietro@pietroalbini.org>2020-07-23 11:33:52 +0200
commitfe5a40eb14f233554a30c038cf8944b2d2adf9ff (patch)
treea6eb01927bdc909719b2db8f79735c7a1fb23446 /.github/workflows
parentcb76f821942053091706b7bb2c4dc416bb09bfb9 (diff)
ci: add aarch64-gnu as a fallible auto builder
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6e0808c0d58..3f0f01ab5e6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -576,6 +576,11 @@ jobs:
     strategy:
       matrix:
         include:
+          - name: aarch64-gnu
+            os:
+              - self-hosted
+              - ARM64
+              - linux
           - name: dist-x86_64-apple
             env:
               SCRIPT: "./x.py dist"