mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-deb.git
synced 2026-09-20 08:03:46 +08:00
- Modify `Dockerfile`, when using above version OS to build package, here will raise an error:
````
debhelper : Depends: dwz (>= 0.12.20190711) but 0.12-2 is to be installed
````
````
dpkg-checkbuilddeps: error: Unmet build dependencies: dh-runit (>= 2.8.8)
````
This error **CAN NOT** be solved by using `apt install -y dwz dh-runit` cause there is no such package version.
- Add collect actions in `build-images.yml`, `create-amd64-release.yml` and `create-arm64-release.yml`