Update entry.sh

This commit is contained in:
Kroese 2025-03-20 09:41:17 +01:00 committed by GitHub
parent 61a0db36b4
commit 1037551541
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -Eeuo pipefail
PLATFORM="arm64"
: "${APP:="QEMU"}"
: "${MACHINE:="virt"}"
: "${SUPPORT:="https://github.com/qemus/qemu-arm"}"