21 lines
356 B
YAML
21 lines
356 B
YAML
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 |