feat: Platform variable (#222)

This commit is contained in:
Kroese 2025-03-20 10:08:21 +01:00 committed by GitHub
parent 61a0db36b4
commit ca650b2ffc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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