Skip to content

Commit

Permalink
Revert "Temporarily deactivate ARM builds"
Browse files Browse the repository at this point in the history
This reverts commit a38b034.
  • Loading branch information
muXxer committed Feb 13, 2023
1 parent 1b6f5e2 commit d7b8b3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Untar temporary artifacts and cleanup
run: tar -xf temp.tar && rm temp.tar

#- name: Set up QEMU
# uses: docker/setup-qemu-action@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit d7b8b3f

Please sign in to comment.