Skip to content

Commit 207b1a0

Browse files
committed
feat(packages/scripts): add multi-arch image collection and push step (#703)
1 parent 94c3192 commit 207b1a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/scripts/build-package-images.sh.tmpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ main() {
2929
add_more_tags
3030
fi
3131

32+
# collect and push multi-arch images
33+
if [ "$NEED_COLLECT_MULT_ARCH" = "true" ]; then
34+
collect_and_push_multi_arch_images
35+
fi
36+
3237
echo "✅ All done"
3338
}
3439

0 commit comments

Comments
 (0)