Update .gitea/workflows/build-xmrig-arm64.yaml
All checks were successful
Build XMRig ARM64 / qemu (push) Successful in 28s
All checks were successful
Build XMRig ARM64 / qemu (push) Successful in 28s
This commit is contained in:
parent
74a55b467d
commit
873850b9b3
@ -14,8 +14,13 @@ jobs:
|
||||
with:
|
||||
platforms: linux/arm64
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
platforms: linux/arm64
|
||||
|
||||
- name: Run Command
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y neofetch
|
||||
neofetch
|
||||
neofetch
|
||||
|
Loading…
x
Reference in New Issue
Block a user