feat: Platform variable (#222)
This commit is contained in:
parent
61a0db36b4
commit
ca650b2ffc
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ set -Eeuo pipefail
|
|||
|
||||
: "${APP:="QEMU"}"
|
||||
: "${MACHINE:="virt"}"
|
||||
: "${PLATFORM:="arm64"}"
|
||||
: "${SUPPORT:="https://github.com/qemus/qemu-arm"}"
|
||||
|
||||
cd /run
|
||||
|
|
Loading…
Reference in a new issue