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

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

@ -15,7 +15,7 @@ fi
tmpdir=${tmpdir:-"/var/tmp"}
docker_user=${docker_user:-${USER}}
if test -z "$archs"; then
case $(dpkg --print-architecture); in
case "$(dpkg --print-architecture)" in
(amd64) archs="i386 amd64";;
(*) archs=$(dpkg --print-architecture)
esac

Loading…
Cancel
Save