added yakkety and stretch; prepared for supoorting other architectures,namely armhf (raspberry pi)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user