Files
openssh-deb/.github/workflows
ChowRex 1c9f56f8f1 🐳 Add Ubuntu 18.04 into support list.
- 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`
2024-11-15 15:29:36 +08:00
..