Skip to content

Commit

Permalink
added qemu before docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
manzil-infinity180 committed Nov 25, 2024
1 parent 824ff3d commit 66036e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
- 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 66036e9

Please sign in to comment.