From a847ef1ea8062c09b42b1ea1b048a388c9e593fc Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Thu, 20 Jul 2023 21:54:43 +0900 Subject: drop centos8, add almalinux 8.8, update rocky to 8.8 And cleanup Docker files --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/release.yml') 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 -- cgit v1.2.3