mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-23 10:58:01 +02:00
Switch to tonistiigi/binfmt
Add platforms input to choose what platforms to install Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
12
.github/workflows/setup-qemu-ci.yml
vendored
12
.github/workflows/setup-qemu-ci.yml
vendored
@ -16,9 +16,12 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
qemu-version:
|
||||
- latest
|
||||
- 4.2.0-7
|
||||
image:
|
||||
- tonistiigi/binfmt:latest
|
||||
- tonistiigi/binfmt:buildkit
|
||||
platforms:
|
||||
- all
|
||||
- arm64,riscv64,arm
|
||||
steps:
|
||||
-
|
||||
name: Runner info
|
||||
@ -33,4 +36,5 @@ jobs:
|
||||
name: Set up QEMU
|
||||
uses: ./setup-qemu/
|
||||
with:
|
||||
qemu-version: ${{ matrix.qemu-version }}
|
||||
image: ${ matrix.image }
|
||||
platforms: ${ matrix.platforms }
|
||||
|
Reference in New Issue
Block a user