Skip to content

Commit

Permalink
Merge pull request #1777 from VictorVasconcelos/master
Browse files Browse the repository at this point in the history
feat: adapt arm64 support to be accept by zendesk's policy
  • Loading branch information
osheroff authored Nov 30, 2021
2 parents 05f5da5 + a50e515 commit 64f9624
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
with:
fetch-depth: '1'
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
with:
image: tonistiigi/binfmt:latest
platforms: all
run: |-
QEMU_IMAGE=tonistiigi/binfmt:latest
docker pull $QEMU_IMAGE
docker image inspect $QEMU_IMAGE
docker run --rm --privileged $QEMU_IMAGE --install all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: zendesk/setup-buildx-action@v1.6.0
with:
install: true
- name: Docker Build and push
Expand Down

0 comments on commit 64f9624

Please sign in to comment.