Skip to content

Commit

Permalink
Merge pull request #1 from pandaninjas/patch-2
Browse files Browse the repository at this point in the history
Add QEMU to the action
  • Loading branch information
PovilasID authored Jun 26, 2023
2 parents ce4b3fa + 7e9a501 commit 0466ea9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}


- name: Install QEMU
run: |
sudo apt-get install -y qemu qemu-user-static binfmt-support
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 0466ea9

Please sign in to comment.