Skip to content

Commit

Permalink
Disable packaging for 32bit ARM targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed Oct 29, 2024
1 parent 29c52a0 commit dad6176
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pkg/rules/packages-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ include:
- image: 'rockylinux:9'
systemd_service_unit_file: pkg/common/rotonda.rotonda.service

# package for the Raspberry Pi 4b as an ARMv7 cross compiled variant of the Debian Bullseye upon which
# Raspbian 11 is based.
- pkg: 'rotonda'
image: 'debian:bullseye'
target: 'armv7-unknown-linux-musleabihf'
## package for the Raspberry Pi 4b as an ARMv7 cross compiled variant of the Debian Bullseye upon which
## Raspbian 11 is based.
#- pkg: 'rotonda'
# image: 'debian:bullseye'
# target: 'armv7-unknown-linux-musleabihf'

# package for the Raspberry Pi 1b as an ARMv6 cross compiled variant of the Debian Buster upon which
# Raspbian 10 is based.
- pkg: 'rotonda'
image: 'debian:buster'
target: 'arm-unknown-linux-musleabihf'
## package for the Raspberry Pi 1b as an ARMv6 cross compiled variant of the Debian Buster upon which
## Raspbian 10 is based.
#- pkg: 'rotonda'
# image: 'debian:buster'
# target: 'arm-unknown-linux-musleabihf'

# package for the ROCK64 as an AARCH64 cross compiled variant of Debian Buster upon which Armbian 21 is based.
- pkg: 'rotonda'
Expand Down

0 comments on commit dad6176

Please sign in to comment.