aboutsummaryrefslogtreecommitdiff
path: root/fedora-iot
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2019-08-09 11:50:19 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2019-08-09 11:50:19 +0300
commit8881964a996b412d9e9fb58acc1833292e3773bb (patch)
tree292e1ce2cbb18e59ff56e05493fca0c84b60faee /fedora-iot
parent752ac03c82da16885882742bac4f7dc66ea467d3 (diff)
fedora-iot: rh uses x86_64 instead of x86-64
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Change-Id: I8d350fa56911d27d6e6efb0f3214dd3dfc90bf03
Diffstat (limited to 'fedora-iot')
-rwxr-xr-xfedora-iot/builders.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/fedora-iot/builders.sh b/fedora-iot/builders.sh
index 7cb52c16..d7cbf607 100755
--- a/fedora-iot/builders.sh
+++ b/fedora-iot/builders.sh
@@ -44,9 +44,11 @@ echo "Testing IMG: ${IMG}"
git clone --depth 1 http://git.linaro.org/ci/job/configs.git
cd configs/fedora-iot/
-export URL="https://dl.fedoraproject.org/pub/alt/iot/30/IoT/${MACHINE}/images"
-export IMG="Fedora-IoT-30-20190730.0.${MACHINE}.raw.xz"
-echo "Building ${DEVICE_TYPE} image: ${URL}/${IMG}"
+FMACHINE=`echo ${MACHINE} | sed 's/x86-64/x86_64/'`
+export URL="https://dl.fedoraproject.org/pub/alt/iot/30/IoT/${FMACHINE}/images"
+export IMG="Fedora-IoT-30-20190730.0.${FMACHINE}.raw.xz"
+
+echo "Building image: ${URL}/${IMG}"
sudo -E ./build_fiot.sh