logo
0
0
Login
docs: remove redundant startup section from README

多平台构建示例

pipeline-as-code git-clone-yyds push

这个示例用于展示,如何同时构建 amd64arm64 镜像,并上传到 CNB Docker 制品库。

镜像

docker.cnb.cool/examples/ecosystem/multiarch-docker-build-amd-arm:latest

使用

在 Docker 上使用

docker run --rm docker.cnb.cool/examples/ecosystem/multiarch-docker-build-amd-arm:latest

在 云原生构建 上使用

main: push: - stages: - name: hello-world image: docker.cnb.cool/examples/ecosystem/multiarch-docker-build-amd-arm:latest