Skip to content

Commit

Permalink
ci: enable arm64 build test (#413)
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 cfe0968 commit 89d5c78
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.18/alpine
- dockerfile: v1.18/debian
runs-on: ubuntu-latest
- dockerfile: v1.18/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 89d5c78

Please sign in to comment.