Skip to content

Commit

Permalink
remove s390x (rancher#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcabello authored and weyfonk committed Jan 30, 2024
1 parent bf89457 commit 3f7ee23
Showing 1 changed file with 1 addition and 51 deletions.
52 changes: 1 addition & 51 deletions gitjob/.drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,54 +100,6 @@ volumes:
host:
path: /var/run/docker.sock

---

kind: pipeline
name: s390x

platform:
os: linux
arch: amd64

node:
arch: s390x

steps:
- name: build
image: rancher/dapper:v0.5.8
commands:
- dapper ci
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: package/Dockerfile
password:
from_secret: docker_password
repo: "rancher/gitjob"
tag: "${DRONE_TAG}-s390x"
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 All @@ -167,7 +119,6 @@ steps:
platforms:
- linux/amd64
- linux/arm64
- linux/s390x
target: "rancher/gitjob:${DRONE_TAG}"
template: "rancher/gitjob:${DRONE_TAG}-ARCH"
when:
Expand All @@ -181,5 +132,4 @@ steps:

depends_on:
- amd64
- arm64
- s390x
- arm64

0 comments on commit 3f7ee23

Please sign in to comment.