Skip to content

Commit d93796e

Browse files
committed
Enable ARM64 support across all Docker build targets
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 49c561b commit d93796e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ docker-build: setup-buildx
191191
docker-build-local: setup-buildx
192192
@echo "Building Docker image for $(MODULE_NAME) (local, no remote cache)..."
193193
cd $(REPO_ROOT) && docker buildx build \
194-
--platform linux/amd64 \
194+
--platform $(PLATFORMS) \
195195
--network=host \
196196
$(DOCKER_EXTRA_ARGS) \
197197
--load \

0 commit comments

Comments
 (0)