cloudfoundry / cf-deployment-concourse-tasks

Apache License 2.0
23 stars 76 forks source link

Require Linux-ARM64 release for cloudfoundry/cf-deployment-concourse-tasks #121

Open odidev opened 3 years ago

odidev commented 3 years ago

Hi Team, 

I am building cloudfoundry/cf-deployment-concourse-tasks image for both AMD64 and ARM64 platforms and it’s failing on ARM64 due to below dependencies unavailable on arm64.

List of dependencies which are required on arm64:

  1. cloudfoundry/cli  
  2. cloudfoundry/bosh-cli
  3. cloudfoundry/log-cache-cli
  4. cloudfoundry/bosh-bootloader

Do you have any plans for releasing it for Linux/arm64? 

It will be really helpful if the above binaries and images are released for arm64 platform.

There is no specific release process is mentioned in the above projects to add arm64 builds and raise a PR. If interested, please share the release process and I will add and raise a PR.

davewalter commented 3 years ago

Hi @odidev,

Unfortunately, we are not responsible for any of the tools you listed. I would suggest starting by creating an issue on each of those repositories to ask about the possibility of adding arm64 binaries to their releases and to ask whether they would be willing to accept a PR.

Regards, Dave

ctlong commented 1 year ago

The following releases still do not provide ARM binaries:

ctlong commented 9 months ago

Now only cloudfoundry/log-cache-cli does not provide ARM binaries.