Skip to content

Commit

Permalink
Fix publish for s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Nov 23, 2022
1 parent 00c391e commit dd9b0ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -117,6 +117,8 @@ steps:
tag: "${DRONE_TAG}-s390x"
username:
from_secret: docker_username
build_args:
- ARCH=s390x
when:
instance:
- drone-publish.k3s.io
Expand Down

0 comments on commit dd9b0ec

Please sign in to comment.