mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-07-23 19:07:13 +00:00
Build QEMU 6.0.0
This commit is contained in:
parent
767fa33c0d
commit
8bdedf9b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Build stage for qemu-system-arm
|
||||
FROM debian:stable-slim AS qemu-builder
|
||||
ARG QEMU_VERSION=5.2.0
|
||||
ARG QEMU_VERSION=6.0.0
|
||||
ENV QEMU_TARBALL="qemu-${QEMU_VERSION}.tar.xz"
|
||||
WORKDIR /qemu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue