-
Notifications
You must be signed in to change notification settings - Fork 25
Adding support for ppc64le on travis-ci #29
Conversation
Signed-off-by: vikas kumar <kumar.vikas@in.ibm.com>
shouldn't we rather move to github actions? |
+1 |
@sparkoo @skabashnyuk |
what about this https://github.com/uraimo/run-on-arch-action ? I didn't try it, but looks like there are ways how to do it. |
buildx/docker supports ppc64le we are using it on other Che repositories |
here are examples: |
@benoitf I agree with this example. May be we should go by buildx way for the repositories that are building Docker images. |
I would say that almost all our che repositories have docker images as result |
@kumarvikas2020 I was planning to migrate che-jwtproxy to something like che-incubator/configbump#5. Can you take a look if that will work for you too? |
hi @kumarvikas2020 - agree on using github actions as output needed is docker image anyways. Can you try using PR changes #30 and attempt a build ? |
@skabashnyuk @ghatwala However, I have following observations:
|
Will fix that |
Closing this PR as ppc64le support has been enabled using GitHub Actions and Buildx. |
new images have been deployed https://quay.io/repository/eclipse/che-jwtproxy?tab=tags |
hey @skabashnyuk thanks for making this image as "multi-arch" , is there a plan to follow suit for others here too - https://quay.io/organization/eclipse ? ( wherever applicable ) |
hard to tell. |
Signed-off-by: vikas kumar kumar.vikas@in.ibm.com
What does this PR do?
This PR will add support for ppc64le.
What issues does this PR fix or reference?
This PR is part of this initiative.