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:31:11 -04:00
parent 27cf686037
commit 7ead28c273

View File

@ -21,15 +21,17 @@ jobs:
- name: Build in ARM64 container and export artifact - name: Build in ARM64 container and export artifact
run: | run: |
mkdir -p /mnt mkdir -p /mnt/buildx
docker run --rm --platform linux/arm64 -v /mnt:/mnt alpine:latest /bin/sh -c " docker run --rm --platform linux/arm64 -v /mnt/buildx:/mnt alpine:latest /bin/sh -c "
touch /mnt/README.txt touch /mnt/README.txt
echo "in buildx"
ls /mnt ls /mnt
" "
echo "out buildx"
ls /mnt ls /mnt
- name: Upload artifacts - name: Upload artifacts
uses: christopherhx/gitea-upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4
with: with:
name: test name: test
path: /mnt path: /mnt/buildx