Skip to content

fix(docker): making tini download platform specific to support ARM64 native builds

Raphael Defosseux requested to merge tini-for-arm into develop
  • When building with option --platform linux/amd64 --> tini-amd64 will be downloaded
  • When building with option --platform linux/arm64 --> tini-arm64 will be downloaded
  • When building without option: host platform will be used (in most cases, amd64
Edited by Raphael Defosseux

Merge request reports