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:
parent
bf162ac725
commit
33bfbd6a29
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ clone_url="${clone_url:-https://github.com/bitnami/minideb.git}";
|
||||||
# ref="e8efb17bd6859d2a40205e6ddfcd633d662968cf";
|
# ref="e8efb17bd6859d2a40205e6ddfcd633d662968cf";
|
||||||
# The gcloud issue is now resolved - ref https://github.com/bitnami/minideb/issues/107
|
# The gcloud issue is now resolved - ref https://github.com/bitnami/minideb/issues/107
|
||||||
ref="master";
|
ref="master";
|
||||||
image_version="${image_version:-bullseye}";
|
image_version="${image_version:-buster}";
|
||||||
|
# image_version="${image_version:-bullseye}";
|
||||||
|
|
||||||
apply_patch_raspbian="${apply_patch_raspbian:-true}";
|
apply_patch_raspbian="${apply_patch_raspbian:-true}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue