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

Align pxebootconfig controller with gardenlinux OCI spec #124

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hardikdr
Copy link
Member

Proposed Changes

Fixes #

@github-actions github-actions bot added the enhancement New feature or request label Jan 17, 2025

for _, layer := range ociIndexManifest.Manifests {
if annotations := layer.Annotations; annotations != nil {
if strings.HasPrefix(annotations["cname"], "metal_pxe") && layer.Platform.Architecture == "amd64" {
Copy link
Member

Choose a reason for hiding this comment

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

Do we drop ARM support here?

Copy link
Member Author

@hardikdr hardikdr Jan 17, 2025

Choose a reason for hiding this comment

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

ARM support would need API enhancement in the Server CR, to be discussed next week.
I will consider a switch/flag for a short term to support ARM as well in here, thanks for pointing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants