Skip to content

Commit

Permalink
Backport(v1.16) ci: enable arm64 build test (#414)
Browse files Browse the repository at this point in the history
As already arm runner is available, so let's try it.

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored Jan 30, 2025
1 parent 35f8f79 commit 98edd7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98edd7d

Please sign in to comment.