Skip to content

Commit 270f30b

Browse files
committed
Add arm64 builds
1 parent 17f20c5 commit 270f30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/steps/controller.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ curl -sSfL "https://github.com/ko-build/ko/releases/download/${latest}/ko_${late
1313

1414
tag=$(git describe)
1515
ko login ghcr.io -u $REGISTRY_USERNAME --password $REGISTRY_PASSWORD
16-
controller_image=$(ko build -B --tags "$tag")
16+
controller_image=$(ko build -B --tags "$tag" --platform linux/amd64,linux/arm64)
1717

1818
buildkite-agent meta-data set "controller-image" "${controller_image}"

0 commit comments

Comments
 (0)