cloudflare / cfssl

CFSSL: Cloudflare's PKI and TLS toolkit
https://cfssl.org/
BSD 2-Clause "Simplified" License
8.56k stars 1.09k forks source link

Build images on base image for target platform #1360

Closed killianmuldoon closed 4 months ago

killianmuldoon commented 4 months ago

This change ensure the docker image is built on the same architecture that it's building for. This ensures that other tools in the docker image - e.g. bash - will be usable in the image.

Fixes #1359