switch to multi-stage build, prepare multi-arch build

This commit is contained in:
John
2021-01-17 14:02:07 +01:00
parent 9ab7739704
commit d186bc64ff
11 changed files with 248 additions and 76 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
if [ "${1#-}" != "$1" ]; then
set -- ebusd "$@"
fi
exec "$@"