From d243dd209f4d199191616a3c69768ab057a008c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 1 Jul 2024 14:04:15 +0200 Subject: [PATCH] Remove buster from checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a6104aa..e7895c39 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: needs: [ shellcheck ] strategy: matrix: - dist: [buster, bullseye, bookworm] + dist: [bullseye, bookworm] arch: [amd64, arm64] name: Build ${{ matrix.dist }} on ${{ matrix.arch }} @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v3 - name: Push Manifests run: | - DISTS="buster bullseye bookworm latest" bash pushmanifest + DISTS="bullseye bookworm latest" bash pushmanifest # If the CI Pipeline does not succeed we should notify the interested agents slack-notif: