From 98edd7df47420d07551e335cc2cdff48cd815e7e Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Thu, 30 Jan 2025 18:55:21 +0900 Subject: [PATCH] Backport(v1.16) ci: enable arm64 build test (#414) As already arm runner is available, so let's try it. Signed-off-by: Kentaro Hayashi --- .github/workflows/linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c1090c1..09f745b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,7 +16,9 @@ jobs: include: - dockerfile: v1.16/alpine - dockerfile: v1.16/debian - runs-on: ubuntu-latest + - dockerfile: v1.16/arm64/debian + runs-on: >- + ${{ (contains(matrix.dockerfile, 'arm64')) && 'ubuntu-24.04-arm' || 'ubuntu-latest' }} steps: - uses: actions/checkout@master - name: Build