I would like to request support for the s390x architecture. Currently, the gitea/act_runner image does not include s390x, making it challenging to run Gitea Actions natively on IBM mainframe systems or other platforms relying on this architecture.
Could you please add the build of the image for the platform linux/s390x ? I think this is relevant only for the target basic inside the Dockerfile.
Thank you for considering this feature request. Please let me know if I can assist with testing or provide additional details.
Best regards,
SG
Hello,
I would like to request support for the s390x architecture. Currently, the gitea/act_runner image does not include s390x, making it challenging to run Gitea Actions natively on IBM mainframe systems or other platforms relying on this architecture.
Could you please add the build of the image for the platform linux/s390x ? I think this is relevant only for the target basic inside the Dockerfile.
Thank you for considering this feature request. Please let me know if I can assist with testing or provide additional details.
Best regards,
SG
Thanks. I've started on this process by compiling the binaries themselves for s390x, so at the very least that step is done. The next steps are:
*create the docker image to have the runner in there
create another image for the workflows to run in
That last step will be 95% of the entire effort, as lacking s390x hardware testing that workflows can run and packaging dependencies that aren't available might be a roadblock.
Sidenote: If you know of anyone with access to such hardware, it'd help speed this process along.
Thanks. I've started on this process by compiling the binaries themselves for s390x, so at the very least that step is done. The next steps are:
*create the docker image to have the runner in there
* create another image for the workflows to run in
That last step will be 95% of the entire effort, as lacking s390x hardware testing that workflows can run and packaging dependencies that aren't available might be a roadblock.
Sidenote: If you know of anyone with access to such hardware, it'd help speed this process along.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Hello,
I would like to request support for the s390x architecture. Currently, the gitea/act_runner image does not include s390x, making it challenging to run Gitea Actions natively on IBM mainframe systems or other platforms relying on this architecture.
Could you please add the build of the image for the platform linux/s390x ? I think this is relevant only for the target basic inside the Dockerfile.
Thank you for considering this feature request. Please let me know if I can assist with testing or provide additional details.
Best regards,
SG
Thanks. I've started on this process by compiling the binaries themselves for s390x, so at the very least that step is done. The next steps are:
*create the docker image to have the runner in there
That last step will be 95% of the entire effort, as lacking s390x hardware testing that workflows can run and packaging dependencies that aren't available might be a roadblock.
Sidenote: If you know of anyone with access to such hardware, it'd help speed this process along.