Skip to content

Commit 4ab8536

Browse files
build arm image
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 4ddf6f9 commit 4ab8536

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
dist: ['libc-ubi8', 'libc-ubi9', 'musl']
45-
runners: ['ubuntu-22.04']
45+
runners: ['ubuntu-22.04', 'ubuntu-22.04-arm']
4646
runs-on: ${{matrix.runners}}
4747
steps:
4848
- name: Set arch environment variable
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
runners: ['ubuntu-22.04']
82+
runners: ['ubuntu-22.04', 'ubuntu-22.04-arm']
8383
runs-on: ${{matrix.runners}}
8484
steps:
8585
- name: Set arch environment variable

0 commit comments

Comments
 (0)