docker image for platform s390x #628

Open
opened 2024-12-09 16:41:17 +00:00 by sg-phoenix-technologies · 1 comment
sg-phoenix-technologies commented 2024-12-09 16:41:17 +00:00 (Migrated from gitea.com)

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

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
techknowlogick commented 2024-12-13 03:49:48 +00:00 (Migrated from gitea.com)

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.
Sign in to join this conversation.