debian build fixed
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@ if test "${arch}" = "amd64"; then
|
||||
myarch="amd64|i386"
|
||||
fi
|
||||
mode="deb"
|
||||
img="ubuntu:latest"
|
||||
img="mwaeckerlin/ubuntu:latest"
|
||||
repos=()
|
||||
keys=()
|
||||
envs=("-e LANG=${LANG}" "-e HOME=${HOME}" "-e TERM=xterm" "-e DEBIAN_FRONTEND=noninteractive" "-e DEBCONF_NONINTERACTIVE_SEEN=true")
|
||||
@@ -82,12 +82,12 @@ while test $# -gt 0; do
|
||||
(-m|--mode) shift;
|
||||
mode="$1"
|
||||
case "$mode" in
|
||||
(deb|apt) img="ubuntu:latest";;
|
||||
(deb|apt) img="mwaeckerlin/ubuntu:latest";;
|
||||
(rpm|zypper) img="opensuse:latest";;
|
||||
(yum) img="centos:latest";;
|
||||
(dnf) img="fedora:latest";;
|
||||
(win)
|
||||
img="ubuntu:latest"; host="${host:---host=i686-w64-mingw32}"
|
||||
img="mwaeckerlin/ubuntu:latest"; host="${host:---host=i686-w64-mingw32}"
|
||||
targets="all install"
|
||||
flags+=("--prefix=/workdir/usr")
|
||||
packages1=("mingw-w64")
|
||||
|
||||
Reference in New Issue
Block a user