Update entry.sh
This commit is contained in:
parent
61a0db36b4
commit
1037551541
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
|
PLATFORM="arm64"
|
||||||
|
|
||||||
: "${APP:="QEMU"}"
|
: "${APP:="QEMU"}"
|
||||||
: "${MACHINE:="virt"}"
|
: "${MACHINE:="virt"}"
|
||||||
: "${SUPPORT:="https://github.com/qemus/qemu-arm"}"
|
: "${SUPPORT:="https://github.com/qemus/qemu-arm"}"
|
||||||
|
|
Loading…
Reference in a new issue