mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 10:21:46 +02:00
Remove buster packages
This commit is contained in:
parent
5bc29cc810
commit
d878a2aeb0
1 changed files with 2 additions and 3 deletions
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
|
@ -13,7 +13,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
image:
|
||||
- buster
|
||||
- bullseye
|
||||
- bookworm
|
||||
os:
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue