Skip to content

Commit

Permalink
design for multi-arch build and windows build - remove input paramete…
Browse files Browse the repository at this point in the history
…r for GCR

Signed-off-by: Lyndon-Li <[email protected]>
  • Loading branch information
Lyndon-Li committed Dec 2, 2024
1 parent 3723033 commit 298b497
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion design/multiple-arch-build-with-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 298b497

Please sign in to comment.