Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
add Debian 12 and corresponding Raspberry Pi OS target
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpawlaczek committed Apr 11, 2023
1 parent d9a090c commit 62d53ca
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- almalinux9-ppc64le
- almalinux9-x86_64
- bionic-ppc64el
- bookworm-amd64
- bookworm-arm64
- bookworm-i386
- bookworm-ppc64el
- buster-ppc64el
- bullseye-amd64
- bullseye-arm64
Expand All @@ -37,6 +41,7 @@ jobs:
- jammy-amd64
- jammy-arm64
- jammy-ppc64el
- raspberrypi.bookworm-armhf
- raspberrypi.bullseye-armhf
fail-fast: false
steps:
Expand Down
49 changes: 49 additions & 0 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,55 @@ docker-targets:
xfonts-base
zlib1g
bookworm:
source: docker/Dockerfile.debian
args:
from: debian:bookworm
python: python3
output: deb
matrix: ['amd64', 'i386', 'arm64', 'armhf', 'armel', 'ppc64el']
depend: >
ca-certificates
fontconfig
libc6
libfreetype6
libjpeg62-turbo
libpng16-16
libssl3
libstdc++6
libx11-6
libxcb1
libxext6
libxrender1
xfonts-75dpi
xfonts-base
zlib1g
raspberrypi.bookworm-armhf:
source: docker/Dockerfile.debian
args:
from: balenalib/rpi-raspbian:bookworm
python: python3
output: deb
qemu: linux/386 # see https://github.com/RPi-Distro/pi-gen/issues/271
arch: armhf
depend: >
ca-certificates
fontconfig
libc6
libfreetype6
libjpeg62-turbo
libpng16-16
libssl3
libstdc++6
libx11-6
libxcb1
libxext6
libxrender1
xfonts-75dpi
xfonts-base
zlib1g
raspberrypi.bullseye-armhf:
source: docker/Dockerfile.debian
args:
Expand Down

0 comments on commit 62d53ca

Please sign in to comment.