mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Build arm64 for bullseye and bookworm
This commit is contained in:
parent
d878a2aeb0
commit
d5fa311e35
1 changed files with 2 additions and 7 deletions
9
.github/workflows/package.yml
vendored
9
.github/workflows/package.yml
vendored
|
@ -24,14 +24,9 @@ jobs:
|
|||
image_prefix: "debian:"
|
||||
image_suffix: ""
|
||||
- os: self-hosted-rpi5
|
||||
arch: "armhf"
|
||||
arch: "arm64"
|
||||
image_prefix: "badaix/raspios-"
|
||||
image_suffix: "-armhf-lite"
|
||||
exclude:
|
||||
- os: self-hosted-rpi5
|
||||
image: buster
|
||||
- os: self-hosted-rpi5
|
||||
image: bullseye
|
||||
image_suffix: "-arm64-lite"
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: deb (${{ matrix.arch }}, ${{ matrix.image }})
|
||||
|
|
Loading…
Add table
Reference in a new issue