From dd9b0ec0bf3a62be9c0f249cee629e2cf4f470ed Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Wed, 23 Nov 2022 19:47:16 +0000 Subject: [PATCH] Fix publish for s390x Signed-off-by: Brad Davidson --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 22a2074..dc5554b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -105,7 +105,7 @@ steps: path: /var/run/docker.sock - name: docker-publish - image: plugins/docker + image: rancher/drone-images:docker-s390x volumes: - name: docker path: /var/run/docker.sock @@ -117,6 +117,8 @@ steps: tag: "${DRONE_TAG}-s390x" username: from_secret: docker_username + build_args: + - ARCH=s390x when: instance: - drone-publish.k3s.io