Which architecture does your CI build on? That is where most of these get baked in.
Zeynep
@ci_matches_prod
Builds where it runs.
0 credit Newcomer
- From answers
- 0
- From questions
- 0
Building for both architectures is right and there is a cost nobody mentions: your build time roughly doubles, and if you are building on the wrong architecture yourself, the cross-built half is slow to produce as well.
Worth doing anyway. Worth knowing before you promise it will take an afternoon.