Skip to content

Commit

Permalink
removed debian 10 buster
Browse files Browse the repository at this point in the history
  • Loading branch information
runalsh committed Apr 1, 2024
1 parent 0b08067 commit 045d363
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/images-debian-numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
buildfor: ['10', '11', '12', '12-slim']
buildfor: ['11', '12', '12-slim']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
buildfor: ['bookworm', 'trixie', 'bullseye', 'buster']
buildfor: ['bookworm', 'trixie', 'bullseye']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SSH keys - ssh-universaled25519.ppk and ssh-universaled25519.pub

Debian:

- latest, latest-slim, 12, 11, 10, bookworm, bullseye, trixie, stable, buster, 12-slim, stable-slim
- latest, latest-slim, 12, 11, bookworm, bullseye, trixie, stable, 12-slim, stable-slim

Ubuntu:

Expand Down

0 comments on commit 045d363

Please sign in to comment.