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 Ubuntu 22.04 (jammy)
Browse files Browse the repository at this point in the history
fixes #114 and closes #115
  • Loading branch information
pfumagalli authored and ashkulz committed Jun 22, 2022
1 parent 2e4838e commit a6f681d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- bullseye-arm64
- bullseye-i386
- bullseye-ppc64el
- jammy-amd64
- jammy-arm64
- jammy-i386
- jammy-ppc64el
- raspberrypi.bullseye-armhf
fail-fast: false
steps:
Expand Down
24 changes: 24 additions & 0 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,30 @@ docker-targets:
xfonts-base
zlib1g
jammy:
source: docker/Dockerfile.debian
args:
from: ubuntu:bionic
jpeg: libjpeg-turbo8-dev
output: deb
matrix: ['amd64', 'i386', 'arm64', 'armhf', 'ppc64el']
depend: >
ca-certificates
fontconfig
libc6
libfreetype6
libjpeg-turbo8
libpng16-16
libssl3
libstdc++6
libx11-6
libxcb1
libxext6
libxrender1
xfonts-75dpi
xfonts-base
zlib1g
focal:
source: docker/Dockerfile.debian
args:
Expand Down

0 comments on commit a6f681d

Please sign in to comment.