Skip to content

Commit 89d5c78

Browse files
authored
ci: enable arm64 build test (#413)
As already arm runner is available, so let's try it. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent cfe0968 commit 89d5c78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
include:
1717
- dockerfile: v1.18/alpine
1818
- dockerfile: v1.18/debian
19-
runs-on: ubuntu-latest
19+
- dockerfile: v1.18/arm64/debian
20+
runs-on: >-
21+
${{ (contains(matrix.dockerfile, 'arm64')) && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
2022
steps:
2123
- uses: actions/checkout@master
2224
- name: Build

0 commit comments

Comments
 (0)