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 dedadb3 + c895d4c commit a8c12cfCopy full SHA for a8c12cf
Makefile
@@ -132,6 +132,7 @@ packagecloud-push-deb: $(wildcard $(NAME)_$(VERSION)_*.deb)
132
package_cloud push $(REPO)/debian/stretch $${pkg} || true
133
package_cloud push $(REPO)/debian/buster $${pkg} || true
134
package_cloud push $(REPO)/debian/bullseye $${pkg} || true
135
+ package_cloud push $(REPO)/debian/bookworm $${pkg} || true
136
done
137
138
packagecloud-push:
0 commit comments