fix: Platform variable (#222)

This commit is contained in:
Kroese 2025-03-20 16:50:18 +01:00 committed by GitHub
parent 5698b772b3
commit 6d588e42e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ set -Eeuo pipefail
: "${APP:="macOS"}"
: "${VGA:="vmware"}"
: "${DISK_TYPE:="blk"}"
: "${PLATFORM:="x64"}"
: "${SUPPORT:="https://github.com/dockur/macos"}"
cd /run