From 346928708b9641189967859ee203d9f586f2f53b Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 31 Aug 2022 14:08:36 -0500 Subject: [PATCH] Add support for arm64 Signed-off-by: Ed Warnicke --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 88f20bf1..ef00308d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,8 +24,11 @@ jobs: config_file: .ci/yamllint.yml strict: true generate: + strategy: + matrix: + runson: [ubuntu-latest, [self-hosted, linux, arm64]] name: generate - runs-on: ubuntu-latest + runs-on: ${{ matrix.runson }} steps: - name: Check out code uses: actions/checkout@v2