Skip to content

Commit

Permalink
QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
davepaulsanders committed Oct 14, 2024
1 parent 6288d1f commit 913505c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: linux/amd64
- name: build image
run: |
docker build -t davepsandy/portfolio:latest .
Expand Down

0 comments on commit 913505c

Please sign in to comment.