build: Update qemu-arm to v2.10 (#165)
Some checks failed
Build / Test (push) Has been cancelled
Build / Build (push) Has been cancelled

This commit is contained in:
Kroese 2024-06-14 03:34:21 +02:00 committed by GitHub
parent 17030b092d
commit 638084d18d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-arm:2.09 / /
COPY --from=qemux/qemu-arm:2.10 / /
ARG VERSION_ARG="0.0"
ARG DEBCONF_NOWARNINGS="yes"