feat: Add macOS 15 (Sequoia) (#78)

This commit is contained in:
Kroese 2024-09-29 16:51:27 +02:00 committed by GitHub
parent 55ecf49757
commit 2ce297f9c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -87,6 +87,7 @@ kubectl apply -f kubernetes.yml
| **Value** | **Version** |
|----|-----|
| `sequoia` | macOS Sequoia |
| `sonoma` | macOS Sonoma |
| `ventura` | macOS Ventura |
| `monterey` | macOS Monterey |

View file

@ -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"* )