Skip to content

Commit

Permalink
Add qemu and buildx install actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Oct 5, 2021
1 parent 5446352 commit cdcf93e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: "3.7"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- name: Install Dependencies
run: python3.7 -m pip install docker pytest
- name: Deploy Image
Expand Down

0 comments on commit cdcf93e

Please sign in to comment.