Skip to content

Commit

Permalink
add buildx actions (#179)
Browse files Browse the repository at this point in the history
these actions should allow for arm docker image builds
  • Loading branch information
Jim Sheldon authored Sep 29, 2021
1 parent 8b783ab commit 695735f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Unshallow
run: git fetch --prune --unshallow
Expand Down

0 comments on commit 695735f

Please sign in to comment.