We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f20c5 commit 270f30bCopy full SHA for 270f30b
.buildkite/steps/controller.sh
@@ -13,6 +13,6 @@ curl -sSfL "https://github.com/ko-build/ko/releases/download/${latest}/ko_${late
13
14
tag=$(git describe)
15
ko login ghcr.io -u $REGISTRY_USERNAME --password $REGISTRY_PASSWORD
16
-controller_image=$(ko build -B --tags "$tag")
+controller_image=$(ko build -B --tags "$tag" --platform linux/amd64,linux/arm64)
17
18
buildkite-agent meta-data set "controller-image" "${controller_image}"
0 commit comments