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.
  • Loading branch information
LtdSauce committed Oct 11, 2024
1 parent 3fa7f8f commit bb11fcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
type=sha
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 All @@ -48,6 +52,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
builder: ${{ steps.buildx.outputs.name }}
push: false
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit bb11fcb

Please sign in to comment.