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

This commit is contained in:
Liam Chan 2024-09-05 14:09:47 -04:00
parent 873850b9b3
commit fee90cc691

View File

@ -19,8 +19,10 @@ jobs:
with: with:
platforms: linux/arm64 platforms: linux/arm64
- name: Run Command - name: Run ARM64 container
run: | run: |
apt-get update docker run --rm --platform linux/arm64 ubuntu:24.04 /bin/bash -c "
apt-get install -y neofetch apt-get update &&
apt-get install -y neofetch &&
neofetch neofetch
"