Skip to content

Commit

Permalink
Uncomment with-qemu job
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 24, 2020
1 parent 22ad2ca commit b85452e
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b85452e

Please sign in to comment.