mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2024-12-05 01:26:54 +00:00
bump qemu to v4.0.0+balena2
This commit is contained in:
parent
3f53527aef
commit
bc0bdebc4b
@ -8,11 +8,11 @@ RUN go build -ldflags "-w -s" resin-xbuild.go
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
ENV QEMU_RELEASE_TAG v2.9.0+resin1
|
||||
ENV QEMU_RELEASE_FILE qemu-2.9.0.resin1-arm.tar.gz
|
||||
ENV QEMU_RELEASE_SHA256 b39d6a878c013abb24f4cccc7c3a79829546ae365069d5712142a4ad21bcb91b
|
||||
ENV QEMU_RELEASE_TAG v4.0.0+balena2
|
||||
ENV QEMU_RELEASE_FILE qemu-4.0.0.balena2-arm.tar.gz
|
||||
ENV QEMU_RELEASE_SHA256 ae0144b8b803ddb8620b7e6d5fd68e699a97e0e9c523d283ad54fcabc0e615f8
|
||||
|
||||
RUN QEMU_URL="https://github.com/resin-io/qemu/releases/download/${QEMU_RELEASE_TAG}/${QEMU_RELEASE_FILE}" ; \
|
||||
RUN QEMU_URL="https://github.com/balena-io/qemu/releases/download/${QEMU_RELEASE_TAG}/${QEMU_RELEASE_FILE}" ; \
|
||||
curl -fsSL ${QEMU_URL} -o ${QEMU_RELEASE_FILE}
|
||||
|
||||
RUN echo "${QEMU_RELEASE_SHA256} ${QEMU_RELEASE_FILE}" > ${QEMU_RELEASE_FILE}.sha256sum \
|
||||
|
Loading…
Reference in New Issue
Block a user