Skip to content
  • Muhammed Ali's avatar
    Allow specifying Docker image platform to pull · 11efe50e
    Muhammed Ali authored and Furkan Ayhan's avatar Furkan Ayhan committed
    It will allow different architecture images
    to be used on systems that support multi-architectures.
    
    This will add two new syntax in the CI config file;
    - image:docker:platform
    - services:docker:platform
    
    They are sent to Runner via `executor_opts`,
    then, they map to the `docker pull --platform` option.
    
    Changelog: added
    11efe50e