-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加github action自动打包 #16
Conversation
效果参考 |
@huoxue1 测试了你的master打包的rpm,貌似现在:pmon2和pmond被打成了两个分开的rpm包,不合适。经测试无法运行。需要调整:
需要包含的内容: centos7、8、debpmon2.rpm/ rpm 安装sepce步骤里参考:
上述大致的意思是,需要把rmp包的配置文件、二进制安装到系统指定目录,这部分在制作rmp的步骤里需要添加。 centos6pmon2.rpm/ 另外,针对centos6、7,需要配置不同的启动服务,原因是,centos6 不支持 systemd 服务,需要单独适配。参考如下:
所以这也是为什么, |
我测试了一下centos7的rpm包应该没啥问题了 |
修改了gorm和sqlite驱动的版本,用于交叉编译
添加了release.yml的action配置文件