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

CI: Fix Docker multi-platform builds #357

Merged
merged 1 commit into from
Oct 19, 2024
Merged

Conversation

vt-alt
Copy link
Contributor

@vt-alt vt-alt commented Oct 19, 2024

Description

Docker now seems to require specifying the platform for ARM. But add it for 386 too to make configuration generic.

Fixes: #356

How Has This Been Tested?

GA

@vt-alt
Copy link
Contributor Author

vt-alt commented Oct 19, 2024

Ah docker arch boot needs the fix too.

Docker now seems to require specifying the platform for ARM. But add it
for 386 too to make configuration generic.

JFYI, local list of platforms:

  docker buildx inspect --bootstrap

Platforms for the image(s):

  docker buildx imagetools inspect ubuntu:bionic

Fixes: lkrg-org#356
Signed-off-by: Vitaly Chikunov <[email protected]>
@vt-alt
Copy link
Contributor Author

vt-alt commented Oct 19, 2024

The grass is green.

@solardiz solardiz merged commit 3a24203 into lkrg-org:main Oct 19, 2024
20 checks passed
@solardiz
Copy link
Contributor

Thank you @vt-alt, this was quick! Indeed all green now.

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.

CI: Docker cross-builds using Ubuntu Jammy for ARM failing
2 participants