Update .gitea/workflows/build-xmrig-arm64.yaml
All checks were successful
Build XMRig ARM64 / qemu (push) Successful in 9s
All checks were successful
Build XMRig ARM64 / qemu (push) Successful in 9s
This commit is contained in:
parent
fa85886c3b
commit
7b3d6f3ae4
@ -21,17 +21,18 @@ jobs:
|
|||||||
|
|
||||||
- name: Build in ARM64 container and export artifact
|
- name: Build in ARM64 container and export artifact
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
mkdir -p mount
|
mkdir -p mount
|
||||||
docker run --rm --platform linux/arm64 -v ./mount:/mnt alpine:latest /bin/sh -c "
|
docker run --rm --platform linux/arm64 -v $(pwd)/mount:/mnt alpine:latest /bin/sh -c "
|
||||||
touch /mnt/README.txt
|
touch /mnt/README.txt
|
||||||
echo \"in qemu\"
|
echo \"in qemu\"
|
||||||
ls /mnt
|
ls /mnt
|
||||||
"
|
"
|
||||||
echo "out qemu"
|
echo "out qemu"
|
||||||
ls ./mount
|
ls mount
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test
|
name: test
|
||||||
path: /mnt
|
path: mount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user