ci: 修改参数名
README
MIT license

多平台构建示例

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

About

只有 amd64 怎么行,arm64 也得安排~

example

贡献者
2

Language
Markdown55.8%
Dockerfile5.8%
Others38.4%