How to build ARM64 docker images

I'm new to TeamCity and am evaluating it in comparison to using Github Actions particularly to build docker images on ARM64 architecture (to be run on a Raspberry Pi). Currently this has been easy to setup in Github Actions using QEMU to allow us to specify the architecture, and then build the image, and publish to the container registry.

Is it possible to do the same using TeamCity? Would we have to run a build agent on a Raspberry Pi to achieve this?

0
1 comment

Hello Martin,

Currently it should be possible to build docker images on ARM64 architecture. Please take a look in the following thread regarding docker and ARM support:

https://youtrack.jetbrains.com/issue/TW-68887

You don't need to run build agents on Raspberry Pi.

Please let us know if you find any issues or if you have any more questions.

Thank you,

Guilherme

0

Please sign in to leave a comment.