Skip to content

Commit

Permalink
chore(docker): disable building arm64 docker images temporarily
Browse files Browse the repository at this point in the history
This reverts commit 8475e1f.
Reference: LukeMathWalker/cargo-chef#107 (comment)
  • Loading branch information
orhun committed Jun 23, 2022
1 parent be9e158 commit 175f7d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
type=raw,value=latest
type=semver,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: arm64

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand Down Expand Up @@ -73,7 +68,6 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 175f7d7

Please sign in to comment.