-
Notifications
You must be signed in to change notification settings - Fork 290
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
Cross-compile binary for ARMv7 and ARM 64 #907
Comments
Thank you @jromero 👍 👍 |
@yankeexe @alexellis I was just looking into doing this (and sorry this took so long)! I'm pretty unfamiliar with the arm64/armv7 ecosystem, so two questions:
Again, I don't know the ecosystem at all, so I'm sorry if these are super basic questions! |
I'm assuming that this is blocked at the moment on buildpacks/lifecycle#435. When we tried running an
|
@dfreilich that specific error is related but different from buildpacks/lifecycle#435: |
If I'm not mistaken this issue is now completely resolved provided all referenced issues are resolved. If that is wrong, please feel free to re-open with more detail on what's missing. |
Should arm releases for pack be added to each release? I'm not seeing them on the latest release, but maybe this was only implemented for MacOS? |
@josegonzalez you are right. I misread the issue as being related to Apple Silicon/M1. Re-opened. |
Is this "just"
Or is there something I'm missing? |
@josegonzalez I took the freedom and went ahead to test your assumption. #1401 |
Description
Current binary distribution for
pack
only supportsamd64
. Adding binaries for ARM will enablepack
to be used on Raspberry Pi and similar hardware.Proposed solution
Cross-compile binaries for
ARM v7
andARM 64
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: