Skip to content

Commit

Permalink
remove s390x steps temporarily since runners are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz authored and manuelbuil committed Jan 19, 2024
1 parent c8f36d2 commit b6b7be3
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 @@ -102,55 +102,6 @@ steps:
- refs/tags/*
- refs/pull/**

volumes:
- name: docker
host:
path: /var/run/docker.sock
---
kind: pipeline
type: docker
name: linux-s390x

platform:
os: linux
arch: amd64

node:
arch: s390x

steps:
- name: build
pull: always
image: rancher/hardened-build-base:v1.20.7b3
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
- name: docker
path: /var/run/docker.sock
when:
ref:
include:
- refs/heads/master
- refs/tags/*
- refs/pull/**

- name: publish
image: rancher/hardened-build-base:v1.20.7b3
commands:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- make DRONE_TAG=${DRONE_TAG} image-push
environment:
DOCKER_PASSWORD:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- tag

volumes:
- name: docker
host:
Expand Down Expand Up @@ -178,5 +129,4 @@ steps:
depends_on:
- linux-amd64
- linux-arm64
- linux-s390x
...

0 comments on commit b6b7be3

Please sign in to comment.