|
|
|
|
|
by xenic
1158 days ago
|
|
Base docker images, such as Ubuntu have support for multiple architectures. Building your own based on them isn’t really difficult at all; docker buildx works remarkably well and build tools such as maven, sbt, etc. seem to have rather decent support for building multiarch images. Even better if you have decent build automation, implement cross building for amd64 and arm64 once and just make sure your FROM images support those. |
|
It's not just the building of it but the testing/verification of what's built.
1 major problem with a lot of use cases is there isn't enough test coverage and hence confidence in the change. Some people / companies find it easier to just pay the difference.