This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch add-el10-pkgs
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit 7b3852afea56a45b16b6ff1dde7fe437e039e04f
Author: Ronny Berndt <[email protected]>
AuthorDate: Thu Feb 19 10:29:25 2026 +0100

    feat: Add convenience binary packages for el10
---
 Makefile | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Makefile b/Makefile
index 321da49..c08e09d 100644
--- a/Makefile
+++ b/Makefile
@@ -230,6 +230,23 @@ arm64-centos-9: PKGARCH=aarch64
 arm64-centos-9: centos-9
 ppc64le-centos-9: centos-9
 
+# Almalinux 10 is a CentOS 10 alias
+almalinux-10: centos-10
+almalinux-10.1: centos-10
+aarch64-almalinux-10: PKGARCH=aarch64
+aarch64-almalinux-10: centos-10
+aarch64-almalinux-10.1: PKGARCH=aarch64
+aarch64-almalinux-10.1: centos-10
+# s390x RHEL 10 clone based
+s390x-centos-10: centos-10
+ppc64le-centos-10: centos-10
+# s390x RHEL 10 clone based
+s390x-centos-10: centos-10
+
+arm64-centos-10: PKGARCH=aarch64
+arm64-centos-10: centos-10
+ppc64le-centos-10: centos-10
+
 # aarch64 RHEL-based
 aarch64-rhel: DIST=rhel
 # Needs 68 for aarch compat, we're using the included one here

Reply via email to