From ad825f1cb4d3eb83bba0e4628ce9085a729b07e4 Mon Sep 17 00:00:00 2001 From: Jochen Welzel Date: Tue, 27 Dec 2022 17:30:15 +0100 Subject: [PATCH] correct pipeline names --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 214c213..b64e394 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: build-drone-nsd-zones-docker +name: build-drone-nsd-zones-docker-amd64 platform: os: linux arch: amd64 @@ -24,7 +24,7 @@ volumes: --- kind: pipeline type: docker -name: build-drone-nsd-zones-docker +name: build-drone-nsd-zones-docker-arm64 platform: os: linux arch: arm64