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
b58eda1034
commit
fa85886c3b
@ -21,14 +21,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Build in ARM64 container and export artifact
|
- name: Build in ARM64 container and export artifact
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /mnt/buildx
|
mkdir -p mount
|
||||||
docker run --rm --platform linux/arm64 -v /mnt/buildx:/mnt alpine:latest /bin/sh -c "
|
docker run --rm --platform linux/arm64 -v ./mount:/mnt alpine:latest /bin/sh -c "
|
||||||
touch /mnt/README.txt
|
touch /mnt/README.txt
|
||||||
echo \"in buildx\"
|
echo \"in qemu\"
|
||||||
ls /mnt
|
ls /mnt
|
||||||
"
|
"
|
||||||
echo "out buildx"
|
echo "out qemu"
|
||||||
ls /mnt/buildx
|
ls ./mount
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user