File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,12 @@ script:
1010# prepare qemu
1111- docker run --rm --privileged multiarch/qemu-user-static:register --reset
1212# get qemu-arm-static binary
13- - mkdir tmp
1413- >
15- pushd tmp &&
1614 QEMU_USER_STATIC_ARCH=arm &&
1715 QEMU_USER_STATIC_DOWNLOAD_URL="https://github.com/multiarch/qemu-user-static/releases/download" &&
1816 QEMU_USER_STATIC_LATEST_TAG=$(curl -s https://api.github.com/repos/multiarch/qemu-user-static/tags | grep 'name.*v[0-9]' | head -n 1 | cut -d '"' -f 4) &&
1917 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" &&
20- tar xzf qemu-arm-static.tar.gz &&
21- popd
18+ tar xzf qemu-arm-static.tar.gz
2219# build image
2320- docker build -t threadrr/firefly-iii-arm32v6-raspberry-pi:build .
2421# test image
You can’t perform that action at this time.
0 commit comments