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

build: always build amd64 binary #376

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dkoshkin
Copy link
Contributor

@dkoshkin dkoshkin commented Dec 20, 2024

What this PR does / why we need it:
I was building this on an M3 Mac and the resulting image did not work in my cluster. On M3 Mac, implicitly GOARCH will use "arm64". I think the intention here is to support amd64 for now though.

I will follow up in a separate PR to enable multi-arch builds.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

How Has This Been Tested?:

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration and test output

Special notes for your reviewer:

Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

Release note:


Copy link
Contributor

@naveengntnx naveengntnx left a comment

Choose a reason for hiding this comment

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

Thanks Dimitri for the change.

@jimmidyson jimmidyson requested a review from tuxtof February 26, 2025 15:45
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