mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-rpms.git
synced 2026-09-20 08:03:38 +08:00
* Refactoring logic - Modify all dockerfile files, unified replacement logic - Fix `perl` required error. - Add ignore file - Fix CentOS 5 support, by change mirror from `http://archive.kernel.org` to `http://linuxsoft.cern.ch` * Update README.md - Add a short usage for docker * Create Github Actions - Add `build-images.yml` to auto build docker images. Support: CentOS 7/6/5, CentOS Stream 8/9, Amazon Linux 1/2/2023. - Add `create-amd64-release.yml` to auto create amd64 release files. - Add `create-arm64-release.yml` to auto create arm64 release files. - Reformat release comment Features: - Using batch build and batch compile - Using latest action version