labels: platform: linux/amd64 steps: - name: manifest image: mplatform/manifest-tool entrypoint: ['manifest-tool', 'push', 'from-args', '--platforms', 'linux/amd64,linux/arm64', '--template', 'gitea.elara.ws/elara6331/distrohop:ARCH', '--tags', "${CI_COMMIT_TAG}", '--target', 'gitea.elara.ws/elara6331/distrohop:latest'] when: - event: tag depends_on: - build