Update .gitea/workflows/build-xmrig-arm64.yaml
All checks were successful
Build XMRig ARM64 / qemu (push) Successful in 9s

This commit is contained in:
Liam Chan 2024-09-06 01:32:05 -04:00
parent 7ead28c273
commit fa5c835d40

View File

@ -24,7 +24,7 @@ jobs:
mkdir -p /mnt/buildx
docker run --rm --platform linux/arm64 -v /mnt/buildx:/mnt alpine:latest /bin/sh -c "
touch /mnt/README.txt
echo "in buildx"
echo \"in buildx\"
ls /mnt
"
echo "out buildx"
@ -34,4 +34,4 @@ jobs:
uses: christopherhx/gitea-upload-artifact@v4
with:
name: test
path: /mnt/buildx
path: /mnt