Skip to content

Commit

Permalink
Add Debian bookworm support
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Dec 19, 2021
1 parent c5ab611 commit 146eb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else ifeq ($(PACKAGE_SET),vm)
ifeq ($(DISTRIBUTION),qubuntu)
DEBIAN_BUILD_DIRS := debian-vm/debian
SOURCE_COPY_IN := source-debian-xen-copy-in
else ifneq ($(filter $(DIST),jessie stretch buster bullseye),)
else ifneq ($(filter $(DIST),stretch buster bullseye bookworm),)
DEBIAN_BUILD_DIRS := debian-vm/debian
SOURCE_COPY_IN := source-debian-xen-copy-in
endif
Expand Down

0 comments on commit 146eb9e

Please sign in to comment.