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
|
||||
run: |
|
||||
pwd
|
||||
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
|
||||
echo \"in qemu\"
|
||||
ls /mnt
|
||||
"
|
||||
echo "out qemu"
|
||||
ls ./mount
|
||||
ls mount
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: test
|
||||
path: /mnt
|
||||
path: mount
|
||||
|
Loading…
x
Reference in New Issue
Block a user