Skip to content

Commit

Permalink
feat: qemu 6.1.0-1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafin authored Aug 30, 2021
1 parent 1de035a commit 44e758e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
QEMU_VER: [v6.0.0-1]
QEMU_VER: [v6.1.0-1]
DOCKER_REPO: [docker.io/multiarch/ubuntu-debootstrap]
VERSION: ["14.04", "16.04", "18.04", "20.04", "21.04",]
UNAME_ARCH: [x86_64, arm64, armv7l, i386, powerpc, ppc64el]
Expand All @@ -28,8 +28,6 @@ jobs:
- {VERSION: "18.04", UNAME_ARCH: powerpc}
- {VERSION: "20.04", UNAME_ARCH: powerpc}
- {VERSION: "21.04", UNAME_ARCH: powerpc}
- {VERSION: "20.04", UNAME_ARCH: i386}
- {VERSION: "21.04", UNAME_ARCH: i386}
- {VERSION: "21.04", UNAME_ARCH: arm64}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 44e758e

Please sign in to comment.