Add auto config to prevent switching to stretch
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
93bbd3b59c
commit
bbe0b4e27a
1 changed files with 6 additions and 0 deletions
6
auto/config
Normal file
6
auto/config
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
lb config noauto \
|
||||||
|
--architectures amd64 \
|
||||||
|
--distribution buster \
|
||||||
|
"${@}"
|
Loading…
Reference in a new issue