Skip to content

Commit 0cb8dd7

Browse files
committed
fix CI
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 12c2232 commit 0cb8dd7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ EOT
3434
FROM scratch AS spec-update
3535
COPY --from=spec-build /out /out
3636

37-
FROM spec-build AS spec-validate
37+
FROM --platform=${BUILDPLATFORM} alpine as spec-validate
38+
RUN apk add --no-cache rsync git
39+
WORKDIR /src
40+
COPY --from=spec-build /out /out
3841
RUN --mount=target=/context \
3942
--mount=target=.,type=tmpfs <<EOT
4043
set -e

0 commit comments

Comments
 (0)