Skip to content

Commit

Permalink
chore: reset qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 14, 2022
1 parent 175dfc5 commit 7e7ee99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/make-plugin-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
image: tonistiigi/binfmt:latest

# Temporary fix for https://github.com/bazelbuild/bazel/issues/11379
- name: Reset QEMU
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

- name: Docker meta prereqs
id: docker_meta_prereqs
uses: docker/metadata-action@v3
Expand Down

0 comments on commit 7e7ee99

Please sign in to comment.