Skip to content

Commit 828edbd

Browse files
authored
Merge pull request #152 from Hipska/patch-1
Also push for RHEL 9
2 parents 1af377a + 355378e commit 828edbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ packagecloud-push-rpm: $(wildcard $(NAME)-$(RPM_VERSION)-1.*.rpm)
6565
for pkg in $^; do
6666
package_cloud push $(REPO)/el/7 $${pkg} || true
6767
package_cloud push $(REPO)/el/8 $${pkg} || true
68+
package_cloud push $(REPO)/el/9 $${pkg} || true
6869
done
6970

7071
.ONESHELL:

0 commit comments

Comments
 (0)