gl-testing: enable multi-arch protoc download for Apple Silicon#593
gl-testing: enable multi-arch protoc download for Apple Silicon#593cdecker merged 1 commit intoBlockstream:mainfrom
Conversation
|
Very good contribution. I am surprised that the arch is passed through to the docker emulation directly, and not using If you undraft I will merge this asap ^^ |
|
Thank you for confirming. I realized that this change was not enough to build on arm64. Abandoning this approach and instead updating the I would appreciate your feedback. |
|
Indeed, we have been developing exclusively on |
|
I removed the draft status from this PR. |
Enable multi-architecture support to ensure proper protoc downloads based on the build environment. This fixes issues on Apple Silicon (ARM64) where the x86_64 binary was previously being downloaded, leading to the missing ld-linux-x86-64.so.2 error. * Use the same protocol buffer compiler version across architectures * Ensure Docker build success on Apple Silicon
2ca0730 to
f76ba46
Compare
Enable multi-architecture support to ensure proper protoc downloads based on the build environment.
This fixes issues on Apple Silicon (ARM64) where the x86_64 binary was previously being downloaded,
leading to the missing ld-linux-x86-64.so.2 error.