Skip to content

Commit

Permalink
chore(docker): enable arm64 builds
Browse files Browse the repository at this point in the history
This reverts commit 3ac7063.
  • Loading branch information
orhun committed Mar 10, 2023
1 parent 3ac7063 commit 4dc3e4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
type=raw,value=latest
type=semver,pattern={{version}}
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# with:
# platforms: arm64
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64 #,linux/arm64
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 4dc3e4d

Please sign in to comment.