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

We should add ARM64 support for BYOH #251

Open
yixingjia opened this issue Nov 17, 2021 · 2 comments
Open

We should add ARM64 support for BYOH #251

yixingjia opened this issue Nov 17, 2021 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@yixingjia
Copy link
Contributor

The current workaround is :

  • Compile the agent code with arm64
    GOARCH=amd64

  • add the
    -skip-installation true
    flag when start the agent.

In the long term we should

  • Multi-arch support for BYOH controller image
  • Provide agent binary for ARM64 platform
  • Add ARM support in installer code.
@yixingjia yixingjia changed the title We should add ARM64 support for the agent/controller. We should add ARM64 support for BYOH Nov 17, 2021
@yixingjia yixingjia added the enhancement New feature or request label Nov 17, 2021
@anusha94 anusha94 added this to the Next milestone Mar 4, 2022
@prudentcircle
Copy link

Wow. It is surprising there has been no progress since Mar, 2022.
Do you guys know if there is a workaround for the BYOH Controller image?

@UnstoppableMango
Copy link

I have a couple raspberry pi's in my environment so having ARM support would be nice. I'm very new to the project, but I've started playing around in my fork to see what it might take. I've successfully added ARM support for other projects and it hasn't been too difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants