Skip to content
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

podvm: Update hardcoded value for oras on podvm-builder #2060

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

ajaypvictor
Copy link
Contributor

Updating the ARCH value on podvm-builder, so that it can pick up the respective architecture while it's being built.

Fixes #2059

@ajaypvictor ajaypvictor requested a review from a team as a code owner September 25, 2024 15:56
@mkulke mkulke added the test_e2e_libvirt Run Libvirt e2e tests label Sep 25, 2024
Updating the ARCH value on podvm-builder, so that it can pick up the respective architecture while it's being built.

Fixes confidential-containers#2059

Signed-off-by: Ajay Victor <[email protected]>
@stevenhorsman
Copy link
Member

Given that we don't really want to dig into native s390x support for the ubuntu builder (as we build the s390x binaries image on top of the amd64 builder) and mkosi will replace it, so I've suggested to Ajay to just update the rhel builder for now (which IBM are building natively due to subscription requirements), so I don't think we need the libvirt e2e tests passing now as we don't build rhel anywhere upstream.

Copy link
Member

@stevenhorsman stevenhorsman left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @ajaypvictor!

Copy link
Member

@bpradipt bpradipt left a comment

Choose a reason for hiding this comment

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

/lgtm

@bpradipt bpradipt merged commit 4cd4057 into confidential-containers:main Sep 26, 2024
27 of 28 checks passed
@ajaypvictor ajaypvictor deleted the fix-oras-ref branch September 26, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test_e2e_libvirt Run Libvirt e2e tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extracting oras failing on s390x for podvm-builder due to ARCH hardcoded to amd64
4 participants