Skip to content

Commit

Permalink
Setup QEMU before buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
sprat committed Oct 13, 2024
1 parent d1878f8 commit ff7ffb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit ff7ffb6

Please sign in to comment.