|
|
|
|
|
by pknopf
3011 days ago
|
|
The base docker images (https://github.com/godarch/distributions) only supports x86_64. Docker images have support for having multiple embedded rootfs tarballs for multiple platforms, but it gets complicated. Maybe in the future. Also, you have to build your recipes on the same target arch that you are going to deploy to. Irrelevant to your question, but something to note. |
|