Code
Issues
Pull requests
Events
Packages
00598a32d5034f8d3d2e9d5e7f0ddce2807e1452
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

从当前示例起步

cnb-init-from https://cnb.cool/examples/ecosystem/multiarch-docker-build-amd-arm.git

About

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

example

Release
0

Tag
0
Language
YAML50.9%
Markdown29.7%
Dockerfile2.5%
Others16.9%