appsody / controller

Appsody controller running in the development container. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
2 stars 12 forks source link

Is it possible to make appsody-controller binary download available for "ppc64le" architecture? #59

Closed vrushaliinamdar closed 4 years ago

vrushaliinamdar commented 4 years ago

Hi Team,

We have recently built "appsody" binary from source on linux/ppc64le architecture. We found that ppc64le specific binary is not available for download under https://github.com/appsody/appsody/releases.

Is it possible to make it available for download. We have built it from source by using following steps:

Please let me know the feasibility.

Regards, Vrushali

kewegner commented 4 years ago

@vrushaliinamdar The binary for the controller doesn't run on the client it runs in the docker container. Which is why only one controller binary is built for the linux OS. In addition, in the latest releases, the binary for the controller is actually extracted from a Docker image build as part of the controller build. The CLI then uses this Docker image to copy the controller to a volume and this controller is used as the entrypoint whenthe Docker container used to run the stack.

Therefore I think only the Appsody CLI binary would need to be built with ppc64le. If there is something we don't understand, can you point out what that is? Thanks.

vrushaliinamdar commented 4 years ago

ok. Thank you.

neeraj-laad commented 4 years ago

The relevant information has been provided. Closing this issue. Please re-open if I further information or work is needed.

vrushaliinamdar commented 4 years ago

@kewegner Appsody team has shared the following link for ppc64le specific binary download. https://github.com/appsody/appsody/releases/download/0.5.3/appsody-0.5.3-linux-ppc64le.tar.gz Could you please guide me on how to proceed with appsody-controller?