Add support for Amazon Linux 2023, bump version to 1.1.0-rc1

* Add support for packaging for Amazon Linux 2023

* Bump version to 1.1.0-rc1

* Tidy up the Makefile a bit
This commit is contained in:
2025-10-18 01:00:30 -04:00
parent f55bcdcfae
commit 17c15e7e48
5 changed files with 188 additions and 44 deletions

View File

@@ -3,7 +3,7 @@
ARG DISTRO=rockylinux
ARG RELEASE=9
FROM ${DISTRO}:${RELEASE}
FROM rockylinux/${DISTRO}:${RELEASE}
ARG DISTRO
ARG RELEASE