diff --git a/make.sh b/make.sh
index 0077e1e1497265b74dd019d0dbfe8d1f039b79c7..befa9ef6d3654fc3b7bae19332c27406202967f7 100755
--- a/make.sh
+++ b/make.sh
@@ -9,7 +9,7 @@ pip install python-swiftclient requests-kerberos
 curl https://github.com/openstack/python-swiftclient/commit/3e248bc679fa5ec6825d534c1afc9b2966e238f5.patch | patch -f -p1 -d /opt/swiftclient/lib/python2.7/site-packages/
 
 PIPVER=`pip list --format=legacy | grep -Po "python-swiftclient \(\K[\d\.]+"`
-VER="${PIPVER}-1+deb9+dex1"
+VER="${PIPVER}-1+deb9+dex1_amd64"
 SIZE=`du -ks /opt/swiftclient | cut -f1`
 WORKDIR=python-swiftclient-kerberos