Skip to content

Commit

Permalink
feat: try optimise qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamPalriwala committed Jan 9, 2024
1 parent c41383e commit cb8b861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: all
platforms: 'arm,arm64'

# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
with:
context: .
file: ./apps/web/Dockerfile
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit cb8b861

Please sign in to comment.