-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, you should be able to use the upload-artifact action: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts#configuring-a-custom-artifact-retention-period If you want to collect all artifacts in one place you can move them once the build is done, like the advanced example does: https://github.com/uraimo/run-on-arch-action#advanced-example |
Beta Was this translation helpful? Give feedback.
Hi, you should be able to use the upload-artifact action: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts#configuring-a-custom-artifact-retention-period
If you want to collect all artifacts in one place you can move them once the build is done, like the advanced example does: https://github.com/uraimo/run-on-arch-action#advanced-example