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

--platform in dotnet phase #1411

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

RonFed
Copy link
Contributor

@RonFed RonFed commented Aug 1, 2024

No description provided.

@RonFed RonFed requested review from edeNFed and yodigos August 1, 2024 13:50
@@ -52,7 +52,7 @@ RUN yarn compile



FROM busybox:1.36.1 AS dotnet-builder
FROM --platform=$BUILDPLATFORM busybox:1.36.1 AS dotnet-builder
Copy link
Contributor

Choose a reason for hiding this comment

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

This will cause to always download amd64 version no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It will pull the image native to where docker is running.
I think the error we got is because the CI is running in AMD and was emulating wget for arm64 - which causes some weird errors.

@RonFed RonFed merged commit e27e103 into odigos-io:main Aug 1, 2024
15 checks passed
@RonFed RonFed deleted the buildplatform_busybox branch August 1, 2024 14:31
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.

3 participants