We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c391e commit dd9b0ecCopy full SHA for dd9b0ec
.drone.yml
@@ -105,7 +105,7 @@ steps:
105
path: /var/run/docker.sock
106
107
- name: docker-publish
108
- image: plugins/docker
+ image: rancher/drone-images:docker-s390x
109
volumes:
110
- name: docker
111
@@ -117,6 +117,8 @@ steps:
117
tag: "${DRONE_TAG}-s390x"
118
username:
119
from_secret: docker_username
120
+ build_args:
121
+ - ARCH=s390x
122
when:
123
instance:
124
- drone-publish.k3s.io
0 commit comments