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

Add step to setup for building cross arch containers #878

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

yeazelm
Copy link
Contributor

@yeazelm yeazelm commented Oct 31, 2023

The nvidia-smoke tests need multi-arch builds if using the README which is missing a command to fully configure the remote builder. This should enable the builds to succeed.

Testing done:

The buildx command failed to find arm platforms until this command was run, now it shows all the required platforms:

$ docker buildx ls
NAME/NODE           DRIVER/ENDPOINT                                               STATUS  BUILDKIT             PLATFORMS
gracious_shirley *  docker-container
  gracious_shirley0 unix:///var/run/docker.sock                                   running v0.12.3              linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/amd64/v4, linux/386
  gracious_shirley1 ssh://fedora@HOSTNAME running v0.12.3              linux/arm64, linux/arm/v7, linux/arm/v6
default             docker
  default           default                                                       running v0.11.6+616c3f613b54 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/amd64/v4, linux/386

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

The nvidia-smoke tests need multi-arch builds if using the README which
is missing a command to fully configure the remote builder. This should
enable the builds to succeed.

Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
@yeazelm yeazelm merged commit 12044ec into bottlerocket-os:develop Nov 1, 2023
1 check 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.

4 participants