Skip to content

Commit

Permalink
Merge pull request #571 from anayrat/patch-1
Browse files Browse the repository at this point in the history
Build packages for Debian Bookworm
  • Loading branch information
deniszh committed Nov 5, 2023
2 parents dedadb3 + c895d4c commit a8c12cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -132,6 +132,7 @@ packagecloud-push-deb: $(wildcard $(NAME)_$(VERSION)_*.deb)
package_cloud push $(REPO)/debian/stretch $${pkg} || true
package_cloud push $(REPO)/debian/buster $${pkg} || true
package_cloud push $(REPO)/debian/bullseye $${pkg} || true
package_cloud push $(REPO)/debian/bookworm $${pkg} || true
done

packagecloud-push:
Expand Down

0 comments on commit a8c12cf

Please sign in to comment.