diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2020-07-06 15:15:57 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-07-23 11:33:52 +0200 |
| commit | fe5a40eb14f233554a30c038cf8944b2d2adf9ff (patch) | |
| tree | a6eb01927bdc909719b2db8f79735c7a1fb23446 /.github/workflows | |
| parent | cb76f821942053091706b7bb2c4dc416bb09bfb9 (diff) | |
ci: add aarch64-gnu as a fallible auto builder
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
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" |
