Fix multi arch docker image building#566
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1a08337. Configure here.
|
Here's my review of PR #566 — Fix multi arch docker image building. TL;DRDirection is good and the 🚨 Blocker: no
|
|
I have tested the updated CI/CD. I also tested to run the generated docker image in my mac m4 air. It works fine! The POC fork is there https://github.com/Quantus-Network/chain-docker-macos/pkgs/container/quantus-node-test Screenshot
|


Summary
Note
Low Risk
Low risk: small GitHub Actions workflow change limited to the
aarch64-unknown-linux-gnuhotfix build configuration.Overview
Ensures the hotfix release workflow can reliably cross-compile for
aarch64-unknown-linux-gnuby exportingCC_aarch64_unknown_linux_gnuandCXX_aarch64_unknown_linux_gnuin addition toCARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER.Reviewed by Cursor Bugbot for commit 5bbfa17. Bugbot is set up for automated code reviews on this repo. Configure here.