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

Fix hardcoded amd64 arch for git-shim #9067

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

andrcuns
Copy link
Contributor

Adds TARGETARCH argument similar to updater images to prevent having amd64 binary of git-shim when building arm image

@andrcuns andrcuns requested a review from a team as a code owner February 16, 2024 13:56
@jakecoffman
Copy link
Member

Huh, that's interesting as building a local ARM image has been working for me. I wonder how!

@jakecoffman jakecoffman merged commit dfe50fe into dependabot:main Feb 16, 2024
103 checks passed
@andrcuns
Copy link
Contributor Author

andrcuns commented Feb 16, 2024

Huh, that's interesting as building a local ARM image has been working for me. I wonder how!

It might be something to do with docker-desktop on macos and it's virtualisation + rosetta. The issue that caused me to see this happened during runtime when executing on linux arm environment.

Edit: See this comment which is where the problem got reported: https://gitlab.com/dependabot-gitlab/dependabot/-/issues/393#note_1776268031

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