Merge pull request #676 from flacatus/fix_biuld
Unblock che operator build by removing temporary linux s390x platformpull/678/head
commit
562246c2fb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ on:
|
|||
default: ''
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue