Skip to content

Commit

Permalink
fix(ci): allow arm64 docker builds
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 Nov 28, 2020
1 parent b0f4c1b commit 1da3eeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
-
name: Allow arm64 builds
run: sudo docker run --privileged linuxkit/binfmt:v0.7
-
name: Set up Snapcraft
run: |
Expand Down

1 comment on commit 1da3eeb

@vercel
Copy link

@vercel vercel bot commented on 1da3eeb Nov 28, 2020

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.