Build multi-arch controller images by scothis · Pull Request #153 · servicebinding/runtime
By default we build the controller for all architectured supported by the default base image `gcr.io/distroless/static:nonroot`. Including: - linux/arm64 - linux/arm - linux/ppc64le - linux/s390x - linux/amd64 At development time, a subset can be built by setting KO_PLATFORMS: ``` KO_PLATFORMS=linux/amd64 make deploy ``` Signed-off-by: Scott Andrews <andrewssc@vmware.com>
sadlerap pushed a commit to sadlerap/service-binding-runtime that referenced this pull request
Aug 24, 2022By default we build the controller for all architectured supported by the default base image `gcr.io/distroless/static:nonroot`. Including: - linux/arm64 - linux/arm - linux/ppc64le - linux/s390x - linux/amd64 At development time, a subset can be built by setting KO_PLATFORMS: ``` KO_PLATFORMS=linux/amd64 make deploy ``` Signed-off-by: Scott Andrews <andrewssc@vmware.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters