Skip to content

Commit

Permalink
fixing qemu.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 20, 2025
1 parent 17109e6 commit 66aaf48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Docker image
Expand Down

0 comments on commit 66aaf48

Please sign in to comment.