added yakkety and stretch; prepared for supoorting other architectures,namely armhf (raspberry pi)

master
Marc Wäckerlin 8 years ago
parent 0036ceee89
commit 57e3623766
  1. 2
      scripts/bootstrap-to-docker.sh

@ -17,7 +17,7 @@ docker_user=${docker_user:-${USER}}
if test -z "$archs"; then
case "$(dpkg --print-architecture)" in
(amd64) archs="i386 amd64";;
(*) archs=$(dpkg --print-architecture)
(*) archs=$(dpkg --print-architecture);;
esac
fi
ubuntu_qt5="yakkety xenial wily vivid trusty"

Loading…
Cancel
Save