mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
feat: Add macOS 15 (Sequoia) (#78)
This commit is contained in:
parent
55ecf49757
commit
2ce297f9c5
3 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ kubectl apply -f kubernetes.yml
|
|||
|
||||
| **Value** | **Version** |
|
||||
|----|-----|
|
||||
| `sequoia` | macOS Sequoia |
|
||||
| `sonoma` | macOS Sonoma |
|
||||
| `ventura` | macOS Ventura |
|
||||
| `monterey` | macOS Monterey |
|
||||
|
|
|
|||
|
|
@ -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"* )
|
||||
|
|
|
|||
Loading…
Reference in a new issue