Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider
2023-09-27 16:01:28 +01:00
31 changed files with 107 additions and 142 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash -e
if [ "$RELEASE" != "bullseye" ]; then
if [ "$RELEASE" != "bookworm" ]; then
echo "WARNING: RELEASE does not match the intended option for this branch."
echo " Please check the relevant README.md section."
fi