Skip to content

Commit

Permalink
Revert "chore(docker): disable building arm64 docker images temporari…
Browse files Browse the repository at this point in the history
…ly (orhun#879)"

This reverts commit cde2a8e.
Commit 7b1bf94 made it possible to
build the arm64 image again without running into timeouts.
  • Loading branch information
LtdSauce committed Oct 11, 2024
1 parent 7b1bf94 commit eac0881
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
type=raw,value=latest
type=semver,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -68,6 +73,7 @@ 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 eac0881

Please sign in to comment.