Skip to content
  • Kevin Daudt's avatar
    docker-image: declare dependencies on build jobs · e1400937
    Kevin Daudt authored
    Each upload job depends on artifacts from the build job, but only from
    the same arch. Now each upload job gets the artifacts for all build
    jobs, which costs more time, and takes more space.
    
    Limit each upload job to depend only on the build job for the same arch.
    e1400937