Skip to content

Commit

Permalink
Fix workflows
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 11, 2020
1 parent b943609 commit e3626b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/setup-buildx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
buildx-version:
- latest
- v0.2.2
qemu-version:
- latest
- 4.2.0-7
qemu-platforms:
- all
- arm64,riscv64,arm
steps:
-
name: Checkout
Expand All @@ -74,7 +74,7 @@ jobs:
name: Set up QEMU
uses: ./setup-qemu/
with:
qemu-version: ${{ matrix.qemu-version }}
platforms: ${{ matrix.qemu-platforms }}
-
name: Set up Docker Buildx
id: buildx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/setup-qemu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
name: Set up QEMU
uses: ./setup-qemu/
with:
image: ${ matrix.image }
platforms: ${ matrix.platforms }
image: ${{ matrix.image }}
platforms: ${{ matrix.platforms }}

0 comments on commit e3626b5

Please sign in to comment.