mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +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_prefix: "debian:"
|
||||||
image_suffix: ""
|
image_suffix: ""
|
||||||
- os: self-hosted-rpi5
|
- os: self-hosted-rpi5
|
||||||
arch: "armhf"
|
arch: "arm64"
|
||||||
image_prefix: "badaix/raspios-"
|
image_prefix: "badaix/raspios-"
|
||||||
image_suffix: "-armhf-lite"
|
image_suffix: "-arm64-lite"
|
||||||
exclude:
|
|
||||||
- os: self-hosted-rpi5
|
|
||||||
image: buster
|
|
||||||
- os: self-hosted-rpi5
|
|
||||||
image: bullseye
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: deb (${{ matrix.arch }}, ${{ matrix.image }})
|
name: deb (${{ matrix.arch }}, ${{ matrix.image }})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue