Update entry.sh

This commit is contained in:
Kroese 2025-03-20 02:09:58 +01:00 committed by GitHub
parent ea45c6a033
commit dc9039d076
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
set -Eeuo pipefail set -Eeuo pipefail
: "${APP:="QEMU"}" : "${APP:="QEMU"}"
: "${MACHINE:="virt"}"
: "${SUPPORT:="https://github.com/qemus/qemu-arm"}" : "${SUPPORT:="https://github.com/qemus/qemu-arm"}"
cd /run cd /run