mirror of
https://github.com/LacledesLAN/gamesvr-ut99.git
synced 2025-01-03 16:42:41 +01:00
Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
84a7ce819e
commit
18766ef7c7
2
.github/workflows/build-linux-image.yml
vendored
2
.github/workflows/build-linux-image.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Pull Latest Linux Base Image
|
||||
run: docker pull debian:bullseye-slim
|
||||
- name: Build Linux Image
|
||||
|
Loading…
Reference in New Issue
Block a user