1
0

feat: drop Debian 11 support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-04 19:10:33 +01:00
parent 3a364b462d
commit d2ad01fd37
6 changed files with 0 additions and 67 deletions

View File

@ -11,10 +11,6 @@ updates_available () {
fi
}
if updates_available pommib/powerdns:4.4-bullseye; then
./debian/11/build.sh
fi
if updates_available pommib/powerdns:4.6-bookworm; then
./debian/12/build.sh
fi