Enables multi architecture builds for dns_interceptor#699
Enables multi architecture builds for dns_interceptor#699Ghost-B0t wants to merge 3 commits intolitmuschaos:masterfrom
Conversation
Signed-off-by: Rahul <93730014+Ghost-B0t@users.noreply.github.com>
|
Hi @Ghost-B0t, thanks for working on this! I am not a maintainer, but I wanted to help verify this fix on my local Apple Silicon (M2) setup. Observation: Result: Because of this, running Could you please double-check if we need to update those flags to support the multi-arch build? I'd be happy to test again once update! |
Correct, @Ghost-B0t You may want to try by updating the flag to |
Signed-off-by: Rahul <93730014+Ghost-B0t@users.noreply.github.com>
|
I verified this using a Dockerized Linux environment on Apple Silicon to ensure a clean cross-compile. Status: Verified Result: The fix looks solid on my end. Looking forward to seeing this merged! Thanks again @Ghost-B0t |
|
@Jonsy13 Any updates on this? |
What this PR does / why we need it:
Enables multi-architecture builds for "dns_interceptor" binary to support ARM64 based chaos. Earlier it only built for AMD64.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #697Special notes for your reviewer: