Unverified Commit 2ce297f9 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

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

parent 55ecf497
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ kubectl apply -f kubernetes.yml
  
  |   **Value** | **Version**    |
  |----|-----|
  | `sequoia`    | macOS Sequoia   |
  | `sonoma`    | macOS Sonoma   |
  | `ventura`   | macOS Ventura  |
  | `monterey`  | macOS Monterey |
+2 −0
Original line number Diff line number Diff line
@@ -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"* )