Updates to mirror new repository structure.
[james-home-etc.git] / .pbuilder.d / G01add-i386
blob4d20a6ea54c7f08757766a2964998ddabef67050
1 #!/bin/sh
2 set -x
3 [ "${DISTRIBUTION}" = "xenial-incoming" -a "$(dpkg --print-architecture 2>/dev/null)" = "amd64" ] && dpkg --add-architecture i386
4 [ "${DISTRIBUTION}" = "bionic-incoming" -a "$(dpkg --print-architecture 2>/dev/null)" = "amd64" ] && dpkg --add-architecture i386
5 echo ${DISTRIBUTION}
6 echo ${HOST_ARCH}
7 echo ${BUILD_ARCH}