Skip to content

Commit

Permalink
Update build_push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHackett12 committed May 6, 2024
1 parent 156aba7 commit f00d0c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
lfs: 'true'
fetch-depth: 0
submodules: 'recursive'

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- uses: docker/setup-buildx-action@v2
with:
driver-opts: "image=moby/buildkit:v0.10.5" # avoid unknown/unknown arch in ghcr
Expand Down

0 comments on commit f00d0c1

Please sign in to comment.