Skip to content

Commit c3c186c

Browse files
committed
fix(docker): Disable arm64 for now
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 <[email protected]>
1 parent cfbd29c commit c3c186c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
5252
annotations: ${{ steps.meta.outputs.annotations }}
53-
platforms: linux/amd64,linux/arm64
53+
platforms: linux/amd64
5454
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}-cache:latest
5555
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}-cache:latest,mode=max

0 commit comments

Comments
 (0)