Skip to content

Commit

Permalink
feat: Add macOS 15 (Sequoia) (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 29, 2024
1 parent 55ecf49 commit 2ce297f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ kubectl apply -f kubernetes.yml
| **Value** | **Version** |
|----|-----|
| `sequoia` | macOS Sequoia |
| `sonoma` | macOS Sonoma |
| `ventura` | macOS Ventura |
| `monterey` | macOS Monterey |
Expand Down
2 changes: 2 additions & 0 deletions src/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"* )
Expand Down

0 comments on commit 2ce297f

Please sign in to comment.