Skip to content

Commit

Permalink
Biuld on bookworm arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 11, 2024
1 parent e927eb0 commit 5bc29cc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ jobs:
image_prefix: "debian:"
image_suffix: ""
- os: self-hosted-rpi5
arch: "armhf"
arch: "arm64"
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 }}
name: deb (${{ matrix.arch }}, ${{ matrix.image }})
Expand Down

0 comments on commit 5bc29cc

Please sign in to comment.