Update .gitea/workflows/build-xmrig-arm64.yaml
All checks were successful
Build XMRig ARM64 / qemu (push) Successful in 5m12s
All checks were successful
Build XMRig ARM64 / qemu (push) Successful in 5m12s
This commit is contained in:
parent
873850b9b3
commit
fee90cc691
@ -19,8 +19,10 @@ jobs:
|
||||
with:
|
||||
platforms: linux/arm64
|
||||
|
||||
- name: Run Command
|
||||
- name: Run ARM64 container
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y neofetch
|
||||
docker run --rm --platform linux/arm64 ubuntu:24.04 /bin/bash -c "
|
||||
apt-get update &&
|
||||
apt-get install -y neofetch &&
|
||||
neofetch
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user