Skip to content

CI: Specify platform #66

CI: Specify platform

CI: Specify platform #66

Triggered via push July 7, 2023 21:40
Status Failure
Total duration 5m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

push_docker.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build (linux/arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"amd64\" ]; then export CONDA_INSTALLER_PATH=\"Miniconda3-py39_23.3.1-0-Linux-x86_64.sh\"; elif [ \"$TARGETARCH\" = \"arm64\" ]; then export CONDA_INSTALLER_PATH=\"Miniconda3-py39_23.3.1-0-Linux-aarch64.sh\"; else echo \"Unsupported architecture ${TARGETARCH}\" && exit 1; fi && mkdir -p /root/.local && wget \"https://repo.anaconda.com/miniconda/$CONDA_INSTALLER_PATH\" && mkdir /root/.conda && bash \"$CONDA_INSTALLER_PATH\" -b -p /root/.local/miniconda3 && rm -f \"$CONDA_INSTALLER_PATH\" && ln -sf /root/.local/miniconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh && unset CONDA_INSTALLER_PATH" did not complete successfully: exit code: 127
build (linux/amd64)
The job was canceled because "linux_arm64" failed.
build (linux/amd64)
The operation was canceled.