Skip to content

Add ppc64le and s390x#152

Open
mtarsel wants to merge 1 commit intoactions:mainfrom
mtarsel:main
Open

Add ppc64le and s390x#152
mtarsel wants to merge 1 commit intoactions:mainfrom
mtarsel:main

Conversation

@mtarsel
Copy link
Copy Markdown

@mtarsel mtarsel commented Dec 9, 2025

IBM provides open source images and a service to execute GitHub Action workloads in IBM cloud free of charge, similar to hosted images provided by other architectures.

Issue referencing IBM hardware: #140

Comment thread README.md Outdated
@Fryguy
Copy link
Copy Markdown

Fryguy commented Dec 11, 2025

@lkfortuna hoping you can take a look at this one.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md
Comment thread README.md Outdated
Comment thread README.md Outdated
Partner images are VM images which are created by third parties which GitHub Hosted Action runner customers can use to improve particular use cases in their workflow by providing particular tools in 'one click' to work with.

The purpose of this repository is provide a place for users of the images to report bugs and provide feedback on the images. The images are not open source, and thus there is no code housed here for building the images themselves. This is a forum for discussions and issues to be raised about the images, as well as a resource for information about the packages and tools on the images. If there is an issue with the underlying hardware, or with Actions, please report issues to GitHub directly using [support](https://support.github.com/request) or [community forums](https://github.com/orgs/community/discussions).
The purpose of this repository is provide a place for users of the images to report bugs and provide feedback on the images. The IBM images are [open source](https://github.com/IBM/action-runner-image-pz) however the other images are not open source, and thus there is no code housed here for building the images themselves. This is a forum for discussions and issues to be raised about the images, as well as a resource for information about the packages and tools on the images. If there is an issue with the underlying hardware, or with Actions, please report issues to GitHub directly using [support](https://support.github.com/request) or [community forums](https://github.com/orgs/community/discussions). You can [report issues related to IBM images.](https://github.com/IBM/actionspz/issues)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The purpose of this repository is provide a place for users of the images to report bugs and provide feedback on the images. The IBM images are [open source](https://github.com/IBM/action-runner-image-pz) however the other images are not open source, and thus there is no code housed here for building the images themselves. This is a forum for discussions and issues to be raised about the images, as well as a resource for information about the packages and tools on the images. If there is an issue with the underlying hardware, or with Actions, please report issues to GitHub directly using [support](https://support.github.com/request) or [community forums](https://github.com/orgs/community/discussions). You can [report issues related to IBM images.](https://github.com/IBM/actionspz/issues)
The purpose of this repository is provide a place for users of the images to report bugs and provide feedback on the images. The IBM images are [open source](https://github.com/IBM/action-runner-image-pz) however the other images are not open source, and thus there is no code housed here for building the images themselves. This is a forum for discussions and issues to be raised about the images, as well as a resource for information about the packages and tools on the images. If there is an issue with the underlying hardware, or with Actions, please report issues to GitHub directly using [support](https://support.github.com/request) or [community forums](https://github.com/orgs/community/discussions). You can [report issues related to IBM images](https://github.com/IBM/actionspz/issues).

Comment thread README.md Outdated
IBM provides open source images and a service to execute GitHub Action workloads in IBM cloud free of charge, similar to hosted images provided by other architectures.

This commit includes edits to make the documentation easier for screen readers.

Issue referencing IBM hardware: actions#140

Signed-off-by: Mick Tarsel <mtarsel@gmail.com>
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Jason Frey <fryguy9@gmail.com>
@Fryguy
Copy link
Copy Markdown

Fryguy commented Jan 6, 2026

@erik-bershel hoping you can also take a look at this one, and/or help us figure out who on the GitHub side we (IBM / @mtarsel) should speak to about getting this in and official.

@erik-bershel
Copy link
Copy Markdown

cc: @maxim-lobanov and @paveliak

@paveliak
Copy link
Copy Markdown

paveliak commented Jan 8, 2026

Tagging @Steve-Glass to take a look

Comment thread README.md
| Arm Limited, Inc. | Ubuntu 22.04 by Arm Limited | `ubuntu-22.04-arm` and custom in larger runners| [Ubuntu 22.04 Inventory](/images/arm-ubuntu-22-image.md) | Linux, ARM64 | generally available | [About & Support](https://github.com/actions/partner-runner-images/issues/new/choose) |
| Arm Limited, Inc. | Windows 11 by Arm Limited | `windows-11-arm` and custom in larger runners| [Windows 11 Inventory](/images/arm-windows-11-image.md) | Windows, ARM64 | generally available | [About & Support](https://github.com/actions/partner-runner-images/issues/new/choose) |
| Arm Limited, Inc. | ARM-Partner-AVH | custom in larger runners| [AVH Inventory](https://arm-software.github.io/AVH/main/infrastructure/html/avh_gh_inventory.html ) | Linux, x64 | In Beta (Private) | [About & Support](https://arm-software.github.io/AVH/main/infrastructure/html/avh_gh.html) |
| IBM | Ubuntu 22.04 | `ubuntu-22.04-ppc64le` | [ubuntu-22.04-ppc64le Binaries Available](https://github.com/IBM/actionspz/blob/main/docs/unsupported-binaries.md) | Linux, ppc64le | generally available | [About actionspz](https://github.com/IBM/actionspz/blob/main/docs/FAQ.md) & [actionspz Support](https://github.com/IBM/actionspz/issues) |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ubuntu-22.04-ppc64le

How does this label gets enabled for a customer? Do they need to sign-up for a service and install an app on their repo?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that's correct - they follow the onboarding instructions to sign up, install a GitHub app, and then configure the app for which repos they want to have access to the Power and Z images.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes that is correct ^ the app can be installed a the organization level or on an individual repo. also see: IBM/actionspz#72

I was out on vacation but am available now. I think this can be resolved

@mtarsel
Copy link
Copy Markdown
Author

mtarsel commented Jan 22, 2026

I was out on vacation but am back and focused on trying to get this merged :) I think all the reviews are outdated or resolved but wanted to confirm first before I mark anything as resolved. I can update this commit if needed, thank you!

@Fryguy
Copy link
Copy Markdown

Fryguy commented Mar 19, 2026

@maxim-lobanov, @paveliak, @Steve-Glass - Hoping you can take another look at this one - I think it's ready to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants