From c736be2b11f52a52fcc6758249c13f5d523fa1aa Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 7 Jun 2024 18:41:45 +0200 Subject: [PATCH] fix: Force OpenCore to always build on AMD64 (#25) --- Dockerfile | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 58217af..e311acb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/readme.md b/readme.md index 77c38bd..e4fc0c8 100644 --- a/readme.md +++ b/readme.md @@ -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.