From 310d3aac64c59a50262a65882bb4701a4c11acd2 Mon Sep 17 00:00:00 2001 From: Yifan Yuan Date: Fri, 5 Jun 2026 10:45:12 +0800 Subject: [PATCH] remove build release for 'centos 7' Signed-off-by: Yifan Yuan --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7f96d96..08f80f34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,8 @@ jobs: strategy: fail-fast: false matrix: - images: [ubuntu_18.04, ubuntu_20.04, ubuntu_22.04, ubuntu_24.04, centos_7, centos_8, mcr.microsoft.com/cbl-mariner/base/core_2.0, mcr.microsoft.com/azurelinux/base/core_3.0] + images: [ubuntu_18.04, ubuntu_20.04, ubuntu_22.04, ubuntu_24.04, centos_8, mcr.microsoft.com/cbl-mariner/base/core_2.0, mcr.microsoft.com/azurelinux/base/core_3.0] platforms: [linux/amd64, linux/arm64] - exclude: - - images: centos_7 - platforms: linux/arm64 steps: - name: Set Release Version if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')