Current situation
If you build locally ( or on a builder ) you will need to specify your building platform if it is linux/arm64 as linux/amd64 is a default.
Defaulting happens silently and can lead to longer debugging sessions.
Ideal Situation
Boil should be able to autodetect the platform. Using --target-platform should be a override to the autodetection.