Skip to content

Commit a8c12cf

Browse files
authored
Merge pull request #571 from anayrat/patch-1
Build packages for Debian Bookworm
2 parents dedadb3 + c895d4c commit a8c12cf

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
@@ -132,6 +132,7 @@ packagecloud-push-deb: $(wildcard $(NAME)_$(VERSION)_*.deb)
132132
package_cloud push $(REPO)/debian/stretch $${pkg} || true
133133
package_cloud push $(REPO)/debian/buster $${pkg} || true
134134
package_cloud push $(REPO)/debian/bullseye $${pkg} || true
135+
package_cloud push $(REPO)/debian/bookworm $${pkg} || true
135136
done
136137

137138
packagecloud-push:

0 commit comments

Comments
 (0)