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