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

fix: Force OpenCore to always build on AMD64 (#25)

parent cfb19e51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM debian:trixie-slim AS builder
FROM --platform=linux/amd64 debian:trixie-slim AS builder

ARG VERSION_OPENCORE="v21"
ARG REPO_OPENCORE="https://github.com/thenickdude/KVM-Opencore"
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ kubectl apply -f kubernetes.yml
  
  - Start the container and connect to [port 8006](http://localhost:8006) using your web browser.

  - Select `macOS Base System` using your keyboard to begin the installation.
  - Select `macOS Base System` by pressing the enter key to begin the installation.

  - Choose `Disk Utility` and then select the largest `Apple Inc. VirtIO Block Media` disk.