We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1af377a + 355378e commit 828edbdCopy full SHA for 828edbd
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