arrikto / oidc-authservice

This is a fork/refactoring of the ajmyyra/ambassador-auth-oidc project
MIT License
87 stars 66 forks source link

Enable oidc-authservice repository CI for power(ppc64le) architecture. #104

Open amitmukati-2604 opened 1 year ago

amitmukati-2604 commented 1 year ago

Is this a bug report or feature request?

What should the feature do: This will enable CI of OIDC-authservice for power(ppc64le) which builds and push images for both amd64 and ppc64lee.

Additional Information:

I have created one workflow which will just build and push the images for amd64 and ppc64le. Below is the link to the workflow and pushed images. Link to the workflow:- https://github.com/amitmukati-2604/oidc-authservice/actions/runs/3674045572/jobs/6211797806 Link to pushed images:- https://hub.docker.com/r/amitmukati2604/oidc-authservice/tags

lehrig commented 1 year ago

@kimwnasptd, can you provide a hint for how to get started? How/where is CI handled for this project and to whom should we talk to?

pranavpandit1 commented 1 year ago

@athamark : are these tags intended for this issue (does not seem to be relevant with issue reference)?

athamark commented 1 year ago

@pranavpandit1 you are right. These commits were meant to reference GitHub-PR: #105 instead of this issue. I force-pushed a branch with the correct references. Sorry for the confusion.

pranavpandit1 commented 1 year ago

@kimwnasptd: I am also interested, any suggestions on where to start with?