提交 df9bc009 编写于 作者: H hjdhnx

增加合并脚本

上级 b747e526
#!/bin/bash
#kill -9 $(cat supervisord.pid) # 杀掉进程
docker manifest create hjdhnx/drpy hjdhnx/drpy:amd64-v3.2.1 hjdhnx/drpy:arm64-v3.2.1 hjdhnx/drpy:armv7-v3.2.1
docker manifest annotate hjdhnx/drpy hjdhnx/drpy:amd64-v3.2.1 --os linux --arch amd64
docker manifest annotate hjdhnx/drpy hjdhnx/drpy:arm64-v3.2.1 --os linux --arch arm64/v8
docker manifest annotate hjdhnx/drpy hjdhnx/drpy:armv7-v3.2.1 --os linux --arch arm/v7
docker manifest push hjdhnx/drpy
# 保留一个 bash
#/bin/bash
\ No newline at end of file
......@@ -48,6 +48,7 @@
[获取本地设备信息](https://m.jb51.net/article/140716.htm)
###### 2022/09/07
- [X] 1.优化后台管理登录界面,升级更新脚本
- [X] 2.增加了镜像合并脚本(三合一直接拉 hjdhnx/drpy 即可)
###### 2022/09/06
- [X] 1.增加了后台管理界面在线检测升级系统功能
- [X] 2.增加了后台管理界面修改直播源地址和同步直播源
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册