Skip to content

Commit

Permalink
ci: fix devcontainer build
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Feb 21, 2025
1 parent e773ef9 commit d680517
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-devcontainer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:

- name: Set up QEMU for multi-arch builds
uses: docker/setup-qemu-action@v3
with:
# https://github.com/docker/setup-qemu-action/issues/198
# v9.2+ causes a segfault
image: tonistiigi/binfmt:qemu-v8.1.5-45

- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit d680517

Please sign in to comment.