From a85c9834623a9661edcd78c58bfde8089daa31e9 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 6 Oct 2023 16:13:39 +0200 Subject: [PATCH] BUILDING-PACKAGES: Use a supported OS as example Co-authored-by: Peter van Dijk --- BUILDING-PACKAGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING-PACKAGES.md b/BUILDING-PACKAGES.md index 4662e3a702..7da089d815 100644 --- a/BUILDING-PACKAGES.md +++ b/BUILDING-PACKAGES.md @@ -11,7 +11,7 @@ Building packages on your own computer 2. Check out the version you want, it can be a git tag like dnsdist-1.8.1, a git commit ID or branch 3. Update submodules (`git submodule update --init --recursive`) 4. Execute `builder/build.sh` to see what arguments it supports -5. Then run `builder/build.sh` with the arguments you want (for example, `builder/build.sh -m recursor ubuntu-bionic`) +5. Then run `builder/build.sh` with the arguments you want (for example, `builder/build.sh -m recursor debian-bookworm`) Building packages from GitHub actions ------------------------------------- -- 2.47.2