From 355378ea37bc995f91bd21d10a8d1d543da7bc3b Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Fri, 18 Oct 2024 16:37:48 +0200 Subject: [PATCH] Also push for RHEL 9 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ad99812..44638ac 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ packagecloud-push-rpm: $(wildcard $(NAME)-$(RPM_VERSION)-1.*.rpm) for pkg in $^; do package_cloud push $(REPO)/el/7 $${pkg} || true package_cloud push $(REPO)/el/8 $${pkg} || true + package_cloud push $(REPO)/el/9 $${pkg} || true done .ONESHELL: