Feat/add linux packages #37
Annotations
1 error and 2 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && wget \"${MINICONDA_URL}\" -O /tmp/miniconda.sh -q && echo \"${SHA256SUM} /tmp/miniconda.sh\" > /tmp/shasum && sha256sum --check --status /tmp/shasum && mkdir -p /opt && bash /tmp/miniconda.sh -b -p /opt/conda && rm /tmp/miniconda.sh /tmp/shasum && chown -R ${USER_GID}:${USERNAME} /opt/conda && eval \"$(/opt/conda/bin/conda shell.bash hook)\" && ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && find /opt/conda/ -follow -type f -name '*.a' -delete && find /opt/conda/ -follow -type f -name '*.js.map' -delete && conda update --all -y && conda clean -afy && chmod 0775 /opt/conda && conda init bash && conda init zsh" did not complete successfully: exit code: 1
|
build
No Docker image version has been generated. Check tags input.
|
build
No Docker tag has been generated. Check tags input.
|