Skip to content

Commit 412014b

Browse files
committed
ci: enable armhf build test
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 1a76c98 commit 412014b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
include:
1717
- dockerfile: v1.19/debian
1818
- dockerfile: v1.19/arm64/debian
19+
- dockerfile: v1.19/armhf/debian
1920
runs-on: >-
2021
${{ (contains(matrix.dockerfile, 'arm64')) && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
2122
steps:

0 commit comments

Comments
 (0)