mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
Deprecate Debian 10 (#165)
* Deprecate Debian 10 Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Change debootstrap Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Remove buster from checks Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Update bullseye Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> --------- Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
574527a5cf
commit
a76f97db15
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user