Skip to content

Commit 614beb4

Browse files
committed
Update qemu-arm-static path
It got moved upstream in balena-io-library/armv7hf-debian-qemu@6fe6a15
1 parent 441846d commit 614beb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ENV ARCH=arm \
3737
WORKDIR $SYSROOT
3838
RUN curl -Ls https://github.com/sdhibit/docker-rpi-raspbian/raw/master/raspbian.2015.05.05.tar.xz \
3939
| tar -xJf - \
40-
&& curl -Ls https://github.com/resin-io-projects/armv7hf-debian-qemu/raw/master/qemu-arm-static \
40+
&& curl -Ls https://github.com/resin-io-projects/armv7hf-debian-qemu/raw/master/bin/qemu-arm-static \
4141
> $SYSROOT/$QEMU_PATH \
4242
&& chmod +x $SYSROOT/$QEMU_PATH \
4343
&& mkdir -p $SYSROOT/build \

0 commit comments

Comments
 (0)