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