We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd3254 commit 527d968Copy full SHA for 527d968
docker/Dockerfile
@@ -107,7 +107,7 @@ RUN export MPDECIMAL_ROOT=mpdecimal-4.0.0 && \
107
manylinux-entrypoint /build_scripts/build-mpdecimal.sh
108
109
110
-FROM --platform=${TARGETPLATFORM/386/amd64} ghcr.io/sigstore/cosign/cosign:v2.4.2 AS cosign-bin
+FROM --platform=$BUILDPLATFORM ghcr.io/sigstore/cosign/cosign:v2.4.2 AS cosign-bin
111
FROM build_base AS build_cpython
112
COPY --from=build_tcl_tk /manylinux-buildfs /
113
COPY --from=build_mpdecimal /manylinux-buildfs /
0 commit comments