Update PyRocko #22
docker-image.yml
on: push
Build and Push Docker image to Docker Hub
1m 31s
test-publiccode
15s
Annotations
1 error and 1 warning
Build and Push Docker image to Docker Hub
buildx failed with: ERROR: failed to solve: process "/bin/sh -c tar xvzf qlib2.2019.365.tar.gz && rm qlib2.2019.365.tar.gz && cd qlib2 && cp Makefile Makefile.original && sed -e 's|ROOTDIR\\s=.*|ROOTDIR = /usr/local|' -e 's|LEAPSECONDS\\s=.*|LEAPSECONDS = /usr/local/etc/leapseconds|' Makefile > Makefile.new && mv Makefile.new Makefile && ARCHITECTURE=$(uname -m) && if [ \"${ARCHITECTURE}\" = \"aarch64\" ]; then sed -e 's|C64\\s=.*|C64 = |' Makefile > Makefile.new && mv Makefile.new Makefile fi && mkdir /usr/local/share/man/man3/ && mkdir /usr/local/lib64 && make clean && make all64 && make install64 && rm -fr /opt/qlib2" did not complete successfully: exit code: 2
|
Build and Push Docker image to Docker Hub
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/metadata-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|