mirror of
https://github.com/docker/setup-buildx-action
synced 2024-11-10 06:01:40 +00:00
Uncomment with-qemu job
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
22ad2caa8d
commit
b85452e6f0
1 changed files with 33 additions and 33 deletions
66
.github/workflows/ci.yml
vendored
66
.github/workflows/ci.yml
vendored
|
@ -121,36 +121,36 @@ jobs:
|
|||
driver: docker-container
|
||||
driver-opt: ${{ matrix.driver-opt }}
|
||||
|
||||
# with-qemu:
|
||||
# runs-on: ubuntu-latest
|
||||
# strategy:
|
||||
# fail-fast: false
|
||||
# matrix:
|
||||
# buildx-version:
|
||||
# - latest
|
||||
# - v0.2.2
|
||||
# - ""
|
||||
# qemu-platforms:
|
||||
# - all
|
||||
# - arm64,riscv64,arm
|
||||
# steps:
|
||||
# -
|
||||
# name: Checkout
|
||||
# uses: actions/checkout@v2.3.2
|
||||
# -
|
||||
# name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@master
|
||||
# with:
|
||||
# platforms: ${{ matrix.qemu-platforms }}
|
||||
# -
|
||||
# name: Set up Docker Buildx
|
||||
# id: buildx
|
||||
# uses: ./
|
||||
# with:
|
||||
# version: ${{ matrix.buildx-version }}
|
||||
# -
|
||||
# name: Available platforms
|
||||
# run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
# -
|
||||
# name: Builder instance name
|
||||
# run: echo ${{ steps.buildx.outputs.name }}
|
||||
with-qemu:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
buildx-version:
|
||||
- latest
|
||||
- v0.2.2
|
||||
- ""
|
||||
qemu-platforms:
|
||||
- all
|
||||
- arm64,riscv64,arm
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.2
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@master
|
||||
with:
|
||||
platforms: ${{ matrix.qemu-platforms }}
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: ./
|
||||
with:
|
||||
version: ${{ matrix.buildx-version }}
|
||||
-
|
||||
name: Available platforms
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
-
|
||||
name: Builder instance name
|
||||
run: echo ${{ steps.buildx.outputs.name }}
|
||||
|
|
Loading…
Reference in a new issue