Skip to content

Commit

Permalink
setup qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Feb 20, 2023
1 parent f4c3e86 commit 3542cfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
fetch-depth: '0'

- name: Configure Qemu
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

- name: Deploy
run: docker-compose -f docker-compose-deploy.yml up --build --force-recreate --exit-code-from deploy deploy
env:
Expand Down

0 comments on commit 3542cfe

Please sign in to comment.