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

build: Update OpenCore to 1.0.4 (#239)

parent a410d8a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM --platform=$BUILDPLATFORM alpine:3.21 AS builder

ARG VERSION_OPENCORE="1.0.3"
ARG VERSION_OPENCORE="1.0.4"
ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg"
ADD $REPO_OPENCORE/releases/download/$VERSION_OPENCORE/OpenCore-$VERSION_OPENCORE-RELEASE.zip /tmp/opencore.zip