Skip to content

Commit

Permalink
Remove buster packages
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 12, 2024
1 parent 5bc29cc commit d878a2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
image:
- buster
- bullseye
- bookworm
os:
Expand All @@ -25,9 +24,9 @@ jobs:
image_prefix: "debian:"
image_suffix: ""
- os: self-hosted-rpi5
arch: "arm64"
arch: "armhf"
image_prefix: "badaix/raspios-"
image_suffix: "-arm64-lite"
image_suffix: "-armhf-lite"
exclude:
- os: self-hosted-rpi5
image: buster
Expand Down

0 comments on commit d878a2a

Please sign in to comment.