Skip to content

Commit

Permalink
chore(docker): downgrade qemu version
Browse files Browse the repository at this point in the history
Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp>
  • Loading branch information
amadeuszsz committed Feb 13, 2025
1 parent 2d7927f commit 57a8910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoware-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v9.2.0
image: tonistiigi/binfmt:qemu-v7.0.0

Check warning on line 40 in .github/workflows/autoware-base.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (tonistiigi)

Check warning on line 40 in .github/workflows/autoware-base.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (binfmt)

- name: Build Autoware's base images
uses: ./.github/actions/docker-build-and-push-base
Expand Down

0 comments on commit 57a8910

Please sign in to comment.