From 298b49748266bf7f0b686425f1563d7503e34ce5 Mon Sep 17 00:00:00 2001 From: Lyndon-Li Date: Mon, 2 Dec 2024 15:01:00 +0800 Subject: [PATCH] design for multi-arch build and windows build - remove input parameter for GCR Signed-off-by: Lyndon-Li --- design/multiple-arch-build-with-windows.md | 1 - 1 file changed, 1 deletion(-) diff --git a/design/multiple-arch-build-with-windows.md b/design/multiple-arch-build-with-windows.md index b5339f4e33..a6bdc381f2 100644 --- a/design/multiple-arch-build-with-windows.md +++ b/design/multiple-arch-build-with-windows.md @@ -50,7 +50,6 @@ Below are the input parameters that are configurable to meet different build pur - BUILD_OUTPUT_TYPE: the type of output for the build, i.e., `docker`, `tar`, `registry`, while `docker` and `tar` is for local build; `registry` means push build. Default value is `docker` - BUILD_OS: which types of OS should be built for. Multiple values are accepted, e.g., `linux,windows`. Default value is `linux` - BUILD_ARCH: which types of architecture should be built for. Multiple values are accepted, e.g., `amd64,arm64`. Default value is `amd64` -- BUILD_TAG_GCR: whether to build and push GCR images. GCR images are not likely required during Dev cycle, so the default value is `false` ## Windows Build