Skip to content

Commit

Permalink
ci: enable qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 13, 2022
1 parent 8208229 commit 927736e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/make-plugin-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
uses: docker/setup-buildx-action@v1
with:
install: true
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
with:
image: tonistiigi/binfmt:latest
- name: Build plugin docker image
uses: docker/bake-action@master
with:
Expand Down

0 comments on commit 927736e

Please sign in to comment.