This commit is contained in:
MoneroOcean 2024-10-23 22:57:49 +03:00
parent 49aa71d434
commit d6e95f2c35

View file

@ -136,6 +136,7 @@ jobs:
cp src/config.json .
tar cfz /tmp/docker/ubuntu12_build.tar.gz xmrig config.json
EOF
chmod +x /tmp/docker/script.sh
docker run -i -v /tmp/docker:/tmp/docker ubuntu:12.04 /bin/bash -c /tmp/docker/script.sh
- name: Upload Ubuntu 12.04 build artifacts
uses: actions/upload-artifact@v4