summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
AgeCommit message (Collapse)Author
2023-07-20drop centos8, add almalinux 8.8, update rocky to 8.8Ryo Nakamura
And cleanup Docker files
2023-03-12remove VERSION from package file namesRyo Nakamura
This change enables downloading latest packages from URL https://github.com/upa/mscp/releases/latest/download/PACKAGE
2023-03-10add alpine docker to build mscp as a single binaryRyo Nakamura
The build recipe in docker/alpine-3.17.Dockerfile uses conan to build mscp as a single binary (with statically linked musl). Now the mscp binary is portable!
2022-12-11add 'z' to tar in release.yml...Ryo Nakamura
and fix typo in README
2022-11-26add workflow_dispatch to release.ymlRyo Nakamura
2022-11-26github: add source-release jobRyo Nakamura
Default source tar balls in github releases do not include submodules. source-release job uploads mscp tar ball with patched libssh.
2022-11-24fix comments on release.ymlRyo Nakamura
2022-11-24update github workflows to fit patched libsshRyo Nakamura
2022-11-13add rocky 8.6 supportRyo Nakamura
2022-11-06add release.yml to automate releasing by tagRyo Nakamura