We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e227cdb commit 7a521dbCopy full SHA for 7a521db
.travis.yml
@@ -15,10 +15,10 @@ script:
15
pushd tmp &&
16
QEMU_USER_STATIC_ARCH=arm &&
17
QEMU_USER_STATIC_DOWNLOAD_URL="https://github.com/multiarch/qemu-user-static/releases/download" &&
18
- QEMU_USER_STATIC_LATEST_TAG=$(curl -s https://api.github.com/repos/multiarch/qemu-user-static/tags &&
+ QEMU_USER_STATIC_LATEST_TAG=$(curl -s https://api.github.com/repos/multiarch/qemu-user-static/tags
19
| grep 'name.*v[0-9]' \
20
| head -n 1 \
21
- | cut -d '"' -f 4)
+ | cut -d '"' -f 4) &&
22
curl -L -o qemu-arm-static.tar.gz "${QEMU_USER_STATIC_DOWNLOAD_URL}/${QEMU_USER_STATIC_LATEST_TAG}/x86_64_qemu-${QEMU_USER_STATIC_ARCH}-static.tar.gz" &&
23
tar xzf qemu-arm-static.tar.gz &&
24
popd
0 commit comments