We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305a344 commit 8175adaCopy full SHA for 8175ada
1 file changed
Dockerfile
@@ -46,7 +46,7 @@ RUN <<EOT
46
apt-get update -y
47
apt-get install -y --no-install-recommends zstd binutils
48
[ "${TARGETARCH}" = "amd64" ] && export OPTIONS="x86_64-unknown-linux-gnu-pgo+lto-full"
49
- [ "${TARGETARCH}" = "arm64" ] && export OPTIONS="aarch64-unknown-linux-gnu-lto-full"
+ [ "${TARGETARCH}" = "arm64" ] && export OPTIONS="aarch64-unknown-linux-gnu-pgo+lto-full"
50
curl -L -o python.tar.zst "https://github.com/astral-sh/python-build-standalone/releases/download/${RELEASE}/cpython-${VERSION}+${RELEASE}-${OPTIONS}.tar.zst"
51
tar --zstd -xf python.tar.zst
52
cp -rp python/install/* /usr
0 commit comments