Skip to content

Commit

Permalink
fix(ci): setup qemu
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Jan 4, 2021
1 parent 0097bdc commit 9d47cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
fetch-depth: 0
-
name: Allow arm64 builds
run: sudo docker run --privileged linuxkit/binfmt:v0.7
name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: apt update
run: sudo apt-get update
-
Expand Down

1 comment on commit 9d47cfd

@vercel
Copy link

@vercel vercel bot commented on 9d47cfd Jan 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.