-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: s390x centos-stream9 enablement #645
feat: s390x centos-stream9 enablement #645
Conversation
Signed-off-by: Nestor Acuna Blanco <[email protected]>
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ksimon1 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Thanks @fossedihelm @ksimon1! |
In <image arch="x86_64" format="containerdisk" cloud-init="true">
<url>docker://quay.io/containerdisks/centos-stream:9</url>
</image>
<image arch="aarch64" format="qcow2" cloud-init="true">
<url>https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-latest.aarch64.qcow2</url>
</image>
<image arch="ppc64le" format="qcow2" cloud-init="true">
<url>https://cloud.centos.org/centos/9-stream/ppc64le/images/CentOS-Stream-GenericCloud-9-latest.ppc64le.qcow2</url>
</image>
<image arch="s390x" format="qcow2" cloud-init="true">
<url>https://cloud.centos.org/centos/9-stream/s390x/images/CentOS-Stream-GenericCloud-9-latest.s390x.qcow2</url>
</image>
<image arch="x86_64" format="qcow2" cloud-init="true">
<url>https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2</url>
</image> |
@fossedihelm Good catch, we totally missed that. This needs to be updated for a bunch of distributions (Fedora, CentOS, Ubuntu, ...). |
What this PR does / why we need it: s390x enablement
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: