We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af377a commit 355378eCopy full SHA for 355378e
Makefile
@@ -65,6 +65,7 @@ packagecloud-push-rpm: $(wildcard $(NAME)-$(RPM_VERSION)-1.*.rpm)
65
for pkg in $^; do
66
package_cloud push $(REPO)/el/7 $${pkg} || true
67
package_cloud push $(REPO)/el/8 $${pkg} || true
68
+ package_cloud push $(REPO)/el/9 $${pkg} || true
69
done
70
71
.ONESHELL:
0 commit comments