Skip to content

Commit 7e9a501

Browse files
authored
Add QEMU to the action
1 parent ce4b3fa commit 7e9a501

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ jobs:
4949
with:
5050
username: ${{ secrets.DOCKERHUB_USERNAME }}
5151
password: ${{ secrets.DOCKERHUB_TOKEN }}
52-
52+
53+
- name: Install QEMU
54+
run: |
55+
sudo apt-get install -y qemu qemu-user-static binfmt-support
56+
5357
- name: Build and push Docker image
5458
uses: docker/build-push-action@v3
5559
with:

0 commit comments

Comments
 (0)