build: Update qemu-arm to v2.00 (#126)
Some checks are pending
Build / Test (push) Waiting to run
Build / Build (push) Blocked by required conditions

This commit is contained in:
Kroese 2024-05-19 21:25:26 +02:00 committed by GitHub
parent 1e5ead8050
commit 644aa361cd
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:1.22 / /
COPY --from=qemux/qemu-arm:2.00 / /
ARG VERSION_ARG="0.0"
ARG DEBCONF_NOWARNINGS="yes"