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
|
#!/usr/bin/env bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
PLATFORM="arm64"
|
|
||||||
|
|
||||||
: "${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
|
||||||
|
|
Loading…
Reference in a new issue