Skip to content

Commit dd9b0ec

Browse files
committed
Fix publish for s390x
Signed-off-by: Brad Davidson <[email protected]>
1 parent 00c391e commit dd9b0ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ steps:
105105
path: /var/run/docker.sock
106106

107107
- name: docker-publish
108-
image: plugins/docker
108+
image: rancher/drone-images:docker-s390x
109109
volumes:
110110
- name: docker
111111
path: /var/run/docker.sock
@@ -117,6 +117,8 @@ steps:
117117
tag: "${DRONE_TAG}-s390x"
118118
username:
119119
from_secret: docker_username
120+
build_args:
121+
- ARCH=s390x
120122
when:
121123
instance:
122124
- drone-publish.k3s.io

0 commit comments

Comments
 (0)