minideb: downgrade to buster for now

Looks like we need to upgrade our hosts to bullseye first before we can 
use it for building bullseye minideb
This commit is contained in:
Starbeamrainbowlabs 2021-09-27 02:38:44 +01:00
parent bf162ac725
commit 33bfbd6a29
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ clone_url="${clone_url:-https://github.com/bitnami/minideb.git}";
# ref="e8efb17bd6859d2a40205e6ddfcd633d662968cf";
# The gcloud issue is now resolved - ref https://github.com/bitnami/minideb/issues/107
ref="master";
image_version="${image_version:-bullseye}";
image_version="${image_version:-buster}";
# image_version="${image_version:-bullseye}";
apply_patch_raspbian="${apply_patch_raspbian:-true}";