mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-22 14:46:39 +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:
parent
7e439a0132
commit
b943609390
5 changed files with 27 additions and 35 deletions
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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue