🤖 Fix some tests failing for k8s and run install under qemu #476
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Push latest ARM images' | |
on: | |
pull_request: | |
paths: | |
- '**' | |
concurrency: | |
group: ci-arm-${{ github.head_ref || github.ref }}-${{ github.repository }} | |
cancel-in-progress: true | |
env: | |
FORCE_COLOR: 1 | |
jobs: | |
docker: | |
uses: ./.github/workflows/reusable-docker-arm-build.yaml | |
with: | |
flavor: opensuse-leap-arm-rpi | |
model: rpi4 | |
worker: fast | |
docker-alpine: | |
uses: ./.github/workflows/reusable-docker-arm-build.yaml | |
with: | |
flavor: alpine-arm-rpi | |
model: rpi4 | |
worker: fast |