Skip to content

Commit

Permalink
🗑️ s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Dec 19, 2023
1 parent bfedc6a commit 0e35b90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
48 changes: 0 additions & 48 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,54 +118,7 @@ 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.4b11
commands:
- make DRONE_TAG=${DRONE_TAG}
volumes:
- name: docker
path: /var/run/docker.sock
when:
ref:
include:
- refs/heads/master
- refs/pull/**
- refs/tags/*

- name: publish
image: rancher/hardened-build-base:v1.20.4b11
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:
path: /var/run/docker.sock
---
kind: pipeline
type: docker
Expand All @@ -188,5 +141,4 @@ steps:
depends_on:
- linux-amd64
- linux-arm64
- linux-s390x
...
5 changes: 0 additions & 5 deletions manifest.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ manifests:
platform:
architecture: arm64
os: linux
-
image: rancher/hardened-crictl:{{build.tag}}-s390x
platform:
architecture: s390x
os: linux

0 comments on commit 0e35b90

Please sign in to comment.