diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-07-20 21:54:43 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-07-20 21:54:43 +0900 |
commit | a847ef1ea8062c09b42b1ea1b048a388c9e593fc (patch) | |
tree | c53ae68be8be157be0f0f17957d53dd8617a7177 /.github | |
parent | 24e86f58d87d48864e6ae33f1953124e467753ea (diff) |
drop centos8, add almalinux 8.8, update rocky to 8.8
And cleanup Docker files
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 266ab30..827f35b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,8 +45,8 @@ jobs: files: | ${{github.workspace}}/build/mscp_ubuntu-20.04-x86_64.deb ${{github.workspace}}/build/mscp_ubuntu-22.04-x86_64.deb - ${{github.workspace}}/build/mscp_centos-8-x86_64.rpm - ${{github.workspace}}/build/mscp_rocky-8.6-x86_64.rpm + ${{github.workspace}}/build/mscp_rocky-8.8-x86_64.rpm + ${{github.workspace}}/build/mscp_almalinux-8.8-x86_64.rpm ${{github.workspace}}/build/mscp_alpine-3.17-x86_64.static ${{github.workspace}}/build/mscp.linux.x86.static |