From: Andrew Schoen Date: Thu, 10 Nov 2016 17:40:37 +0000 (-0600) Subject: kernel: use x86_64 instead of amd64 when uploading binaries X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=549def3db1d111ef0c5e4a37124553bb3df6149f;p=ceph-build.git kernel: use x86_64 instead of amd64 when uploading binaries Signed-off-by: Andrew Schoen --- diff --git a/kernel/build/build_deb b/kernel/build/build_deb index 5cfbda03..bbf1cccf 100644 --- a/kernel/build/build_deb +++ b/kernel/build/build_deb @@ -106,7 +106,7 @@ cd "$WORKSPACE" if [ "$THROWAWAY" = false ] ; then # push binaries to chacra - find ../*.deb | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint}/${DEB_ARCH}/ + find ../*.deb | $VENV/chacractl binary ${chacra_flags} create ${chacra_endpoint}/${ARCH}/ # start repo creation $VENV/chacractl repo update ${chacra_endpoint}