1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Changes needed to get the arm and arm64 builds working

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-25 10:10:21 +10:00
parent 0d7810120f
commit a4cf5b47b2
3 changed files with 6 additions and 3 deletions

View File

@@ -18,5 +18,8 @@ export VERSION COMMIT
# Suffix
export SUFFIX=""
if [ -n "${ARCH}" ] && [ "${ARCH}" != "amd64" ]; then
# TODO: why is this not exported?
SUFFIX="_${ARCH}"
fi
echo " Building ${VERSION} from ${COMMIT} on ${ARCH}"