From efb73b731abfed51b5d89d0c6492e2ab4522f0b6 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 18 Jun 2023 14:55:30 +0200 Subject: [PATCH] feat(ci): use docker.io/plugins/manifest v1.4.0 --- .drone.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0ec1978..8ae93fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -417,12 +417,17 @@ name: latest-manifest clone: disable: true +# docker.io/plugins/manifest only for amd64 architectures available +node_selector: + kubernetes.io/os: linux + kubernetes.io/arch: amd64 + steps: - name: clone image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build-manifest - image: docker.io/plugins/manifest:latest + image: docker.io/plugins/manifest:1.4.0 settings: auto_tag: false ignore_missing: true @@ -635,12 +640,17 @@ name: tagged-manifest clone: disable: true +# docker.io/plugins/manifest only for amd64 architectures available +node_selector: + kubernetes.io/os: linux + kubernetes.io/arch: amd64 + steps: - name: clone image: git.cryptic.systems/volker.raschek/git:1.2.1 - name: build-manifest - image: docker.io/plugins/manifest:latest + image: docker.io/plugins/manifest:1.4.0 settings: auto_tag: true ignore_missing: true