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.
1 parent c9cbfa6 commit c608a1cCopy full SHA for c608a1c
Makefile
@@ -86,6 +86,7 @@ packagecloud-push-rpm: $(wildcard $(NAME)-$(RPM_VERSION)-1.*.rpm)
86
for pkg in $^; do
87
package_cloud push $(REPO)/el/7 $${pkg} || true
88
package_cloud push $(REPO)/el/8 $${pkg} || true
89
+ package_cloud push $(REPO)/el/9 $${pkg} || true
90
done
91
92
.ONESHELL:
0 commit comments