Update Dockerfile

This commit is contained in:
Kroese 2024-11-15 17:40:13 +01:00 committed by GitHub
parent b4b3cb0fa6
commit e17b44ccb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM --platform=linux/amd64 alpine AS builder
FROM --platform=$BUILDPLATFORM alpine AS builder
ARG VERSION_OPENCORE="1.0.2"
ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg"