Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Power support for image gcr.io/cloud-builders/gcs-fetcher #442

Open
seth-priya opened this issue Jan 28, 2019 · 3 comments
Open

Adding Power support for image gcr.io/cloud-builders/gcs-fetcher #442

seth-priya opened this issue Jan 28, 2019 · 3 comments

Comments

@seth-priya
Copy link

Hi All,

We have a requirement for using the gcs-fetcher image on Power(ppc64le) architecture for knative deployment.

However, the images available here - https://console.cloud.google.com/gcr/images/cloud-builders/GLOBAL/gcs-fetcher?gcrImageListsize=30 have support for "amd64" only as seen below

docker image inspect gcr.io/cloud-builders/gcs-fetcher | grep Arch
"Architecture": "amd64",

I was able to build this image locally on a Power machine and validate it successfully and was looking for help in making the image @ gcr.io, multi-arch

Thank you!!

@seth-priya
Copy link
Author

any thoughts on this? Thanks!!

@imjasonh
Copy link
Contributor

cc @jonjohnsonjr

@jonjohnsonjr
Copy link

This would involve cross-compiling here

- name: 'golang:stretch'
entrypoint: 'go'
args: ['build', './...']
and doing some docker manifest commands to assemble the multi-platform image. I can cobble something together in ko to do this instead, but it might take a minute.

k0uki pushed a commit to OLTAInc/cloud-builders that referenced this issue Oct 5, 2021
ko: Update Dockerfile to use go 1.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants