Skip to content

Commit c608a1c

Browse files
authored
feat(build): Push RHEL 9 package (#294)
1 parent c9cbfa6 commit c608a1c

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
@@ -86,6 +86,7 @@ packagecloud-push-rpm: $(wildcard $(NAME)-$(RPM_VERSION)-1.*.rpm)
8686
for pkg in $^; do
8787
package_cloud push $(REPO)/el/7 $${pkg} || true
8888
package_cloud push $(REPO)/el/8 $${pkg} || true
89+
package_cloud push $(REPO)/el/9 $${pkg} || true
8990
done
9091

9192
.ONESHELL:

0 commit comments

Comments
 (0)