Skip to content

Commit

Permalink
fix(docker): Disable arm64 for now
Browse files Browse the repository at this point in the history
As per nodejs/docker-node#1335, cross-platform build using QEMU and Buildx is very slow. Also we do not require multi-arch image for now

Signed-off-by: Muhammad Naufal <me@falkia34.dev>
  • Loading branch information
falkia34 committed Jul 20, 2024
1 parent cfbd29c commit c3c186c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}-cache:latest
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}-cache:latest,mode=max

0 comments on commit c3c186c

Please sign in to comment.