diff --git a/Dockerfile b/Dockerfile index 434106c..1207ff1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ FROM scratch AS runner COPY --from=qemux/qemu-docker:6.02 / / ARG VERSION_ARG="0.0" -ARG VERSION_OPENCORE="1.0.0" +ARG VERSION_OPENCORE="1.0.1" ARG VERSION_OSX_KVM="326053dd61f49375d5dfb28ee715d38b04b5cd8e" ARG REPO_OSX_KVM="https://raw.githubusercontent.com/kholia/OSX-KVM" diff --git a/readme.md b/readme.md index ef4845e..2e989e9 100644 --- a/readme.md +++ b/readme.md @@ -87,6 +87,7 @@ kubectl apply -f kubernetes.yml | **Value** | **Version** | |----|-----| + | `sequoia` | macOS Sequoia | | `sonoma` | macOS Sonoma | | `ventura` | macOS Ventura | | `monterey` | macOS Monterey | diff --git a/src/install.sh b/src/install.sh index 53e13c7..5c6ab31 100644 --- a/src/install.sh +++ b/src/install.sh @@ -17,6 +17,8 @@ downloadImage() { local path="$TMP/$file.dmg" case "${version,,}" in + "sequoia" | "15"* ) + board="Mac-7BA5B2D9E42DDD94" ;; "sonoma" | "14"* ) board="Mac-A61BADE1FDAD7B05" ;; "ventura" | "13"* )