Skip to content

Commit

Permalink
Merge pull request #28 from thomasferrandiz/remove-s390x
Browse files Browse the repository at this point in the history
remove s390x steps temporarily since runners are disabled
  • Loading branch information
thomasferrandiz authored Dec 5, 2023
2 parents 58029e3 + 4c30cba commit ab9083a
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,55 +39,6 @@ volumes:
- name: docker
host:
path: /var/run/docker.sock

---
kind: pipeline
name: s390x

platform:
os: linux
arch: amd64

node:
arch: s390x

steps:
- name: tag
image: rancher/dapper:v0.5.8
commands:
- echo "${DRONE_TAG}-s390x" | sed -e 's/+/-/g' >.tags
volumes:
- name: docker
path: /var/run/docker.sock
- name: docker-publish
image: rancher/drone-images:docker-s390x
volumes:
- name: docker
path: /var/run/docker.sock
settings:
dockerfile: Dockerfile
build_args:
- ARCH=s390x
- TAG=${DRONE_TAG}
password:
from_secret: docker_password
repo: "rancher/rke2-upgrade"
username:
from_secret: docker_username
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag

volumes:
- name: docker
host:
path: /var/run/docker.sock

---
kind: pipeline
name: manifest
Expand Down Expand Up @@ -123,4 +74,3 @@ steps:

depends_on:
- amd64
- s390x

0 comments on commit ab9083a

Please sign in to comment.