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 AlmaLinux 9
Browse files Browse the repository at this point in the history
fixes #119 and closes #118
  • Loading branch information
der-eismann authored and ashkulz committed Jun 22, 2022
1 parent a6f681d commit 7e6daaa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- almalinux8-aarch64
- almalinux8-ppc64le
- almalinux8-x86_64
- almalinux9-aarch64
- almalinux9-ppc64le
- almalinux9-x86_64
- bullseye-amd64
- bullseye-arm64
- bullseye-i386
Expand Down
22 changes: 22 additions & 0 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,28 @@ docker-targets:
xfonts-base
zlib1g
almalinux9:
source: docker/Dockerfile.centos
args:
from: almalinux:8
output: rpm
matrix: ['x86_64', 'aarch64', 'ppc64le']
depend: >
ca-certificates
fontconfig
freetype
glibc
libjpeg
libpng
libstdc++
libX11
libXext
libXrender
openssl
xorg-x11-fonts-75dpi
xorg-x11-fonts-Type1
zlib
almalinux8:
source: docker/Dockerfile.centos
args:
Expand Down

0 comments on commit 7e6daaa

Please sign in to comment.