Update .gitea/workflows/build-xmrig-arm64.yaml
All checks were successful
Build XMRig ARM64 / qemu (push) Successful in 19s
All checks were successful
Build XMRig ARM64 / qemu (push) Successful in 19s
This commit is contained in:
21
.gitea/workflows/build-xmrig-arm64.yaml
Normal file
21
.gitea/workflows/build-xmrig-arm64.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user