From d64528826571f79d58e25508c33b6418a1f1ef45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 17 May 2019 11:19:56 +0200 Subject: alpine: architecture specific deployment --- templates/alpine.run | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/alpine.run') diff --git a/templates/alpine.run b/templates/alpine.run index ecacc7e..bba82ad 100755 --- a/templates/alpine.run +++ b/templates/alpine.run @@ -69,9 +69,9 @@ uchroot build 'buildrepo --purge personal' echo_stage "Deploy" ssh upload rm -rf "deploy-alpine" -scp -r "$WORKSPACE/packages/personal" upload:deploy-alpine +scp -r "$WORKSPACE/packages/personal/$ARCH" upload:"deploy-alpine-$ARCH" ssh upload /bin/sh -e <