Skip to content

Commit c8ea4a4

Browse files
committed
add missing runs-on
1 parent 1bc64bf commit c8ea4a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-public-images-ghcr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- platform: linux/arm64
2323
runner: ubuntu-22.04-arm
2424

25+
runs-on: ${{ matrix.runner || 'ubuntu-22.04' }}
26+
2527
steps:
2628
- name: Prepare
2729
run: |

0 commit comments

Comments
 (0)