From: Remi Gacogne Date: Fri, 6 Oct 2023 14:13:39 +0000 (+0200) Subject: BUILDING-PACKAGES: Use a supported OS as example X-Git-Tag: rec-5.0.0-alpha2~25^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a85c9834623a9661edcd78c58bfde8089daa31e9;p=thirdparty%2Fpdns.git BUILDING-PACKAGES: Use a supported OS as example Co-authored-by: Peter van Dijk --- 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 -------------------------------------