Skip to content

Commit

Permalink
Fixing arm build on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jun 24, 2024
1 parent fbe1aa6 commit 8894c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ inputs:
runs:
using: 'composite'
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
Expand Down

0 comments on commit 8894c0d

Please sign in to comment.