Add auto config to prevent switching to stretch
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
lagertonne 2021-03-07 16:43:04 +01:00
parent 93bbd3b59c
commit bbe0b4e27a

6
auto/config Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
lb config noauto \
--architectures amd64 \
--distribution buster \
"${@}"