Skip to content

Commit

Permalink
Remove buster from checks
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
  • Loading branch information
carrodher committed Jul 1, 2024
1 parent 5be9570 commit d243dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d243dd2

Please sign in to comment.