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