Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit f34f30d

Browse files
author
Jim Clark
committed
I can't build darwin/arm64 in docker
1 parent b5f5ac2 commit f34f30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(shell {:continue true} "docker buildx create --name=buildx-multi-arch --driver=docker-container --driver-opt=network=host")
1010
(println "buildx-multi-arch is already running"))
1111
:depends [check-for-builder]}
12-
build-pod-image {:task (shell "docker buildx build --builder=buildx-multi-arch --push --platform=linux/amd64,linux/arm64,darwin/arm64 --tag=vonwig/pod-atomisthq-tools.docker .")
12+
build-pod-image {:task (shell "docker buildx build --builder=buildx-multi-arch --push --platform=linux/amd64,linux/arm64 --tag=vonwig/pod-atomisthq-tools.docker .")
1313
:depends [setup-builder]}
1414

1515
build (do (shell (format "go build -o %s" n))

0 commit comments

Comments
 (0)