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

Commit

Permalink
add support for Debian 11 (bullseye)
Browse files Browse the repository at this point in the history
fixes #116 and closes #101
  • Loading branch information
ashkulz committed Jun 22, 2022
1 parent a08d919 commit 2e4838e
Show file tree
Hide file tree
Showing 2 changed files with 52 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 @@ -22,6 +22,11 @@ jobs:
- almalinux8-aarch64
- almalinux8-ppc64le
- almalinux8-x86_64
- bullseye-amd64
- bullseye-arm64
- bullseye-i386
- bullseye-ppc64el
- raspberrypi.bullseye-armhf
fail-fast: false
steps:
- name: configure docker
Expand Down
47 changes: 47 additions & 0 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,29 @@ docker-prefix: "wkhtmltopdf/0.12:"
# qemu: emulate via qemu-user-static image for specified platform
#
docker-targets:
bullseye:
source: docker/Dockerfile.debian
args:
from: debian:bullseye
output: deb
matrix: ['amd64', 'i386', 'arm64', 'armhf', 'armel', 'ppc64el']
depend: >
ca-certificates
fontconfig
libc6
libfreetype6
libjpeg62-turbo
libpng16-16
libssl1.1
libstdc++6
libx11-6
libxcb1
libxext6
libxrender1
xfonts-75dpi
xfonts-base
zlib1g
buster:
source: docker/Dockerfile.debian
args:
Expand Down Expand Up @@ -60,6 +83,30 @@ docker-targets:
xfonts-base
zlib1g
raspberrypi.bullseye-armhf:
source: docker/Dockerfile.debian
args:
from: balenalib/rpi-raspbian:bullseye
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
libssl1.1
libstdc++6
libx11-6
libxcb1
libxext6
libxrender1
xfonts-75dpi
xfonts-base
zlib1g
raspberrypi.buster-armhf:
source: docker/Dockerfile.debian
args:
Expand Down

0 comments on commit 2e4838e

Please sign in to comment.