Skip to content

Docker

Docker #48

Manually triggered July 28, 2023 12:10
Status Failure
Total duration 17m 15s
Artifacts

docker-publish.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: executor failed running [/bin/sh -c mkdir /tmp/python && cd /tmp/python && wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz && tar -xzf Python-*.tgz && rm -f Python-*.tgz && cd Python-* && LDFLAGS="${LDFLAGS} -Wl,-rpath=/lib64/openssl11/" ./configure --enable-optimizations --enable-shared --with-lto --with-openssl=/bin/openssl11 && make altinstall && echo /usr/local/lib > /etc/ld.so.conf.d/local.conf && ldconfig && cd / && rm -rf /tmp/pyton]: exit code: 2