aboutsummaryrefslogtreecommitdiff
path: root/stretch-arm64
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-12-18 19:19:27 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-12-18 19:19:27 +0200
commit872e513e1ccc6fbbd834379c7f04048cc74543dd (patch)
tree0e9b465316d3645b11754cacf9b94bfb6a23d916 /stretch-arm64
parent972c56521e1b7e3f67fb22efcfc1778b4a66e7e3 (diff)
{jessie,stretch,xenial}-{arm64,armhf}: adjust the tag name
Change-Id: Ifafe1e9020ecbb97b574b7a3ddb7cad4b5e156ae Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'stretch-arm64')
-rwxr-xr-xstretch-arm64/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/stretch-arm64/build.sh b/stretch-arm64/build.sh
index 34f8f99..0d6c2b0 100755
--- a/stretch-arm64/build.sh
+++ b/stretch-arm64/build.sh
@@ -12,6 +12,7 @@ cleanup_exit()
export LANG=C
DISTRIBUTION=$(basename ${PWD} | cut -f1 -d '-')
+ARCHITECTURE=$(basename ${PWD} | cut -f2 -d '-')
cp -a ../linaro-*.list ../linaro-*.key .
sed -e "s|@DISTRIBUTION@|${DISTRIBUTION}|" -i *.list
@@ -19,4 +20,4 @@ sed -e "s|@DISTRIBUTION@|${DISTRIBUTION}|" -i *.list
# fixup - get rid of PPA usage
rm -f linaro-*ppa.*
-docker build --pull --tag=linaro/$(basename ${PWD}) .
+docker build --pull --tag=linaro/ci-${ARCHITECTURE}-debian:${DISTRIBUTION} .