uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
665 stars 146 forks source link

How can I copy files to host? #136

Closed ccmywish closed 10 months ago

ccmywish commented 10 months ago

I'm using this great action to build on aarch64.

I build the executable in the qemu environment, how can I copy the build artifact out to the host?

I'm not familiar with qemu, so could you please offer some help?