Skip to content
Snippets Groups Projects
Commit 9dbcda68 authored by Derek Su's avatar Derek Su
Browse files

drone: remove s390x support


Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent 526fc5d5
No related branches found
No related tags found
No related merge requests found
...@@ -223,88 +223,6 @@ volumes: ...@@ -223,88 +223,6 @@ volumes:
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock
---
kind: pipeline
name: s390x
platform:
os: linux
arch: amd64
# Hack needed for s390x: https://gist.github.com/colstrom/c2f359f72658aaabb44150ac20b16d7c#gistcomment-3858388
node:
arch: s390x
steps:
- name: build
image: rancher/dapper:v0.5.8
commands:
- dapper ci
volumes:
- name: docker
path: /var/run/docker.sock
- name: github_binary_release
image: rancher/drone-images:github-release-s390x
settings:
api_key:
from_secret: github_token
prerelease: true
checksum:
- sha256
checksum_file: CHECKSUMsum-s390x.txt
checksum_flatten: true
files:
- "dist/artifacts/*"
when:
instance:
- drone-publish.rancher.io
event:
- tag
- 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/local-path-provisioner"
tag: "${DRONE_BRANCH}-head-s390x"
username:
from_secret: docker_username
when:
instance:
- drone-publish.rancher.io
event:
- push
- name: docker-tagged-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/local-path-provisioner"
tag: "${DRONE_TAG}-s390x"
username:
from_secret: docker_username
when:
instance:
- drone-publish.rancher.io
event:
- tag
volumes:
- name: docker
host:
path: /var/run/docker.sock
--- ---
kind: pipeline kind: pipeline
name: manifest name: manifest
...@@ -325,7 +243,6 @@ steps: ...@@ -325,7 +243,6 @@ steps:
- linux/amd64 - linux/amd64
- linux/arm64 - linux/arm64
- linux/arm - linux/arm
- linux/s390x
target: "rancher/local-path-provisioner:${DRONE_BRANCH}-head" target: "rancher/local-path-provisioner:${DRONE_BRANCH}-head"
template: "rancher/local-path-provisioner:${DRONE_BRANCH}-head-ARCH" template: "rancher/local-path-provisioner:${DRONE_BRANCH}-head-ARCH"
when: when:
...@@ -345,7 +262,6 @@ steps: ...@@ -345,7 +262,6 @@ steps:
- linux/amd64 - linux/amd64
- linux/arm64 - linux/arm64
- linux/arm - linux/arm
- linux/s390x
target: "rancher/local-path-provisioner:${DRONE_TAG}" target: "rancher/local-path-provisioner:${DRONE_TAG}"
template: "rancher/local-path-provisioner:${DRONE_TAG}-ARCH" template: "rancher/local-path-provisioner:${DRONE_TAG}-ARCH"
when: when:
...@@ -358,4 +274,3 @@ depends_on: ...@@ -358,4 +274,3 @@ depends_on:
- amd64 - amd64
- arm64 - arm64
- arm - arm
- s390x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment