Build arm64 for bullseye and bookworm

This commit is contained in:
badaix 2024-01-12 22:32:54 +01:00
parent d878a2aeb0
commit d5fa311e35

View file

@ -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 }})