Skip to content

Commit 355378e

Browse files
authored
Also push for RHEL 9
1 parent 1af377a commit 355378e

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)