diff --git a/.drone.yml b/.drone.yml index 4840a06..0197ee8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 @@ -188,5 +141,4 @@ steps: depends_on: - linux-amd64 - linux-arm64 -- linux-s390x ... diff --git a/manifest.tmpl b/manifest.tmpl index f607b50..4e72760 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -10,8 +10,3 @@ manifests: platform: architecture: arm64 os: linux - - - image: rancher/hardened-crictl:{{build.tag}}-s390x - platform: - architecture: s390x - os: linux