mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Warn if docker buildx is not available
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -216,6 +216,8 @@ function kube::release::package_node_tarballs() {
|
||||
|
||||
# Package up all of the server binaries in docker images
|
||||
function kube::release::build_server_images() {
|
||||
kube::util::ensure-docker-buildx
|
||||
|
||||
# Clean out any old images
|
||||
rm -rf "${RELEASE_IMAGES}"
|
||||
local platform
|
||||
|
Reference in New Issue
Block a user