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

Refactor multi arch builds #137

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

jacobweinstock
Copy link
Member

Description

This is attempting to improve the time it takes to build both architectures and splits each image into its own GitHub actions job so that failures can be retried independently.

Why is this needed

Fixes: #

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

A single runner has some downsides.
It takes a long time. Individual actions
cannot be rerun on failure.

Signed-off-by: Jacob Weinstock <[email protected]>
The grub-bios package doesn't exist on arm64.
This fixes the builds by not installing grub-bios
on arm64. I don't know if this will be an issue
with the functionality of grub2disk on arm64.
I will need to test.

Signed-off-by: Jacob Weinstock <[email protected]>
This will improve debug-ability and retries.

Signed-off-by: Jacob Weinstock <[email protected]>
@jacobweinstock jacobweinstock merged commit c2452a9 into tinkerbell:main Aug 20, 2024
13 checks passed
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.

1 participant