name: Build XMRig ARM64 on: push: branches: - arm64 jobs: qemu: runs-on: ubuntu-latest steps: - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: platforms: linux/arm64 - name: Run Command run: | apt-get update apt-get install -y neofetch neofetch