LucienShui / PasteMe

PasteMe 是一个无需注册的文本分享平台(未登陆状态下只能使用阅后即焚),可以为文本设置密码和阅后即焚,支持二维码分享和各种一键复制,针对代码提供了额外的高亮功能。
https://pasteme.cn
GNU General Public License v3.0
1.18k stars 153 forks source link

请求docker支持arm64平台! #92

Closed Jonnyan404 closed 4 years ago

Jonnyan404 commented 4 years ago

请求docker支持arm64平台!

Jonnyan404 commented 4 years ago

已经搞定了,基于 https://github.com/PasteUs/PasteMeLite 项目的dockerfile. 镜像地址: https://hub.docker.com/r/jonnyan404/pasteme

支持 amd64/arm64 双平台.

LucienShui commented 4 years ago

已经搞定了,基于 https://github.com/PasteUs/PasteMeLite 项目的dockerfile. 镜像地址: https://hub.docker.com/r/jonnyan404/pasteme

支持 amd64/arm64 双平台.

请问 dockerfile 有改动吗?

Jonnyan404 commented 4 years ago

已经搞定了,基于 https://github.com/PasteUs/PasteMeLite 项目的dockerfile. 镜像地址: https://hub.docker.com/r/jonnyan404/pasteme 支持 amd64/arm64 双平台.

请问 dockerfile 有改动吗?

未做任何改动,多平台构建线下基于 docker buildx ,线上可以基于docker hooks脚本来自动完成多平台构建.

LucienShui commented 4 years ago

十分感谢! 如果有兴趣的话,欢迎贡献 PasteMeLite 的 CI 流程。:p