feat: Disable S3 and S4 standby modes (#434)

This commit is contained in:
Kroese 2024-04-27 18:46:09 +02:00 committed by GitHub
parent 80ae80ae10
commit 3390ef8101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 47 additions and 32 deletions

View file

@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-docker:4.25 / /
COPY --from=qemux/qemu-docker:4.26 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"