From ec663cc966f65c75b3a7fe463043dd3685686e65 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sun, 4 Feb 2024 17:22:31 +0900 Subject: bump up container image versions and drop using CPack We have already provided DEB packages in launchpad PPA and RPM packages in COPR. Thus, we need no more deb/rpm packages in Github releases. The single binary build of mscp is an execptio. Updated container image versions: - almalinux 8.8 -> 9.3 - rocky 8.8 -> 8.9, and 9.3 is added - alpine 3.17 -> 3.19 --- .github/workflows/release.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83af6fe..fbde9d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,22 +33,14 @@ jobs: - name: Test run: make -C ${{github.workspace}}/build docker-test-all - - name: Retrieve packages from containers - run: make -C ${{github.workspace}}/build docker-pkg-all - - - name: Copy mscp single binary built inside Alpine - run: cp ${{github.workspace}}/build/mscp_alpine-3.17-x86_64.static ${{github.workspace}}/build/mscp.linux.x86.static + - name: Build single binary mscp + run: make -C ${{github.workspace}}/build build-single-binary - name: Release uses: softprops/action-gh-release@v1 with: 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_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 + ${{github.workspace}}/build/mscp.linux.x86_64.static source-release: runs-on: ubuntu-latest -- cgit v1.2.3