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 arm64 packages #104

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Add arm64 packages #104

merged 1 commit into from
Aug 20, 2024

Conversation

elezar
Copy link
Member

@elezar elezar commented Aug 1, 2024

No description provided.

@elezar elezar requested a review from cdesiniotis August 1, 2024 08:58
Signed-off-by: Evan Lezar <[email protected]>
@elezar elezar self-assigned this Aug 1, 2024

$(VALID_TARGETS): %:
@echo "Building for $(TARGET_PLATFORM)"
docker pull --platform=linux/$(ARCH) $(BASE_IMAGE)
Copy link
Contributor

Choose a reason for hiding this comment

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

Question -- is pulling the base image beforehand required?

Copy link
Member Author

Choose a reason for hiding this comment

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

The key here is that we pull the platform-specific image to ensure that this is available when running the build / run commands below. It could be that this is no longer required for newer docker versions, but we still use it for the contianer toolkit where we build multi-arch packages.

@elezar elezar merged commit 81d005c into NVIDIA:main Aug 20, 2024
9 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.

2 participants