Skip to content

Commit

Permalink
Set up qemu for multi-platform before building vineyard-fuse image. (#…
Browse files Browse the repository at this point in the history
…1870)

A follow-up of #1869

Signed-off-by: Ye Cao <[email protected]>
  • Loading branch information
dashanji authored Apr 19, 2024
1 parent 8f9464f commit 5d3c5f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-vineyardd-and-wheels-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

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

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

Expand Down

0 comments on commit 5d3c5f6

Please sign in to comment.