How to specify image platform in gitlab-ci.yml – Debian
I am trying to build CI pipeline which does build for particular image. In the CI file however, I could not find a way to specify image platform. stages: - build - deploy build_j: image: customServer/debian/jessy I checked Docker Images…