On Multi-Platform Docker images

1 · Mike Perham · July 15, 2021, 6:01 p.m.
Until recently, Faktory only supported the x86_64 platform. With the rise of the Apple Silicon chip and AWS Graviton, it was obvious that I would need to roll out ARM64 support soon. This week I spent several days fighting Docker’s support for multi-platform images and wanted to document what I learned. Faktory OSS The Faktory OSS build was relatively straightforward, with three steps for each platform: Build the ./faktory binary on the host....