Skip to content

Commit

Permalink
Added bookworm aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Jan 12, 2024
1 parent 56c6bd5 commit cf8da43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/rules/packages-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ include:
image: 'debian:buster'
target: 'aarch64-unknown-linux-musl'

# package for virtual machines on Apple Silicon
- pkg: 'rotonda'
image: 'debian:bookworm'
target: 'aarch64-unknown-linux-musl'

# the include entries below will not cause additional packages to be built because they specify combinations
# of matrix keys and values as already exist elsewhere in the matrix, but they will cause an additional tests
# to be run in the package testing phase, which will install the package in an LXC container running the
Expand Down

0 comments on commit cf8da43

Please sign in to comment.