From bce2ec7caf04398cd5c0158ec2b91be36aff3b82 Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Thu, 10 Oct 2024 17:23:13 +0200 Subject: [PATCH] feat(build): Push RHEL 9 package --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 98bb6eb4c..3f67fdf95 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,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: