mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-06 04:41:44 +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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
image:
|
image:
|
||||||
- buster
|
|
||||||
- bullseye
|
- bullseye
|
||||||
- bookworm
|
- bookworm
|
||||||
os:
|
os:
|
||||||
|
@ -25,9 +24,9 @@ jobs:
|
||||||
image_prefix: "debian:"
|
image_prefix: "debian:"
|
||||||
image_suffix: ""
|
image_suffix: ""
|
||||||
- os: self-hosted-rpi5
|
- os: self-hosted-rpi5
|
||||||
arch: "arm64"
|
arch: "armhf"
|
||||||
image_prefix: "badaix/raspios-"
|
image_prefix: "badaix/raspios-"
|
||||||
image_suffix: "-arm64-lite"
|
image_suffix: "-armhf-lite"
|
||||||
exclude:
|
exclude:
|
||||||
- os: self-hosted-rpi5
|
- os: self-hosted-rpi5
|
||||||
image: buster
|
image: buster
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue