Skip to content

Commit cd3861c

Browse files
authored
Build Docker image for amd64 only (skip arm64 QEMU) (#354)
Build Docker image for amd64 only
1 parent cf6d849 commit cd3861c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
org.opencontainers.image.source=https://github.com/transloadit/node-sdk
5858
org.opencontainers.image.version=${{ steps.version.outputs.version }}
5959
org.opencontainers.image.licenses=MIT
60-
platforms: linux/amd64,linux/arm64
60+
platforms: linux/amd64
6161
cache-from: type=gha
6262
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)