mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
fix: Force OpenCore to always build on AMD64 (#25)
This commit is contained in:
parent
cfb19e51ed
commit
c736be2b11
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue