Merge pull request #676 from flacatus/fix_biuld

Unblock che operator build by removing temporary linux s390x platform
pull/678/head
Flavius Lacatusu 2021-02-15 11:30:51 +01:00 committed by GitHub
commit 562246c2fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -33,5 +33,5 @@ jobs:
uses: docker/build-push-action@v2
with:
file: Dockerfile
platforms: linux/amd64,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/ppc64le
tags: quay.io/eclipse/che-operator:nightly

View File

@ -34,6 +34,6 @@ jobs:
uses: docker/build-push-action@v2
with:
file: Dockerfile
platforms: linux/amd64,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/ppc64le
push: true
tags: quay.io/eclipse/che-operator:nightly

View File

@ -12,7 +12,7 @@ on:
default: ''
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with: