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

This commit is contained in:
Kroese 2024-06-07 18:41:45 +02:00 committed by GitHub
parent cfb19e51ed
commit c736be2b11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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.