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

ppc64le multiarch support #2418

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

ppc64le multiarch support #2418

wants to merge 4 commits into from

Conversation

sumitd2
Copy link

@sumitd2 sumitd2 commented Sep 14, 2023

*The multiarch image build has been performed successfully (locally) in an Intel Ubuntu 22.04 container.
*A recent version of the image has been tested on a production ppc64le Openshift cluster.

Copy link

@RajeshJeyapaul RajeshJeyapaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the check for "ppc64el" at line 6 ? thanks

@sumitd2
Copy link
Author

sumitd2 commented Feb 22, 2024

Why the check for "ppc64el" at line 6 ? thanks

Because on line 19, the link
https://storage.googleapis.com/golang/go1.19.8.linux-${arch}.tar.gz
should be
https://storage.googleapis.com/golang/go1.19.8.linux-ppc64le.tar.gz

@RajeshJeyapaul
Copy link

Why the check for "ppc64el" at line 6 ? thanks

Because on line 19, the link https://storage.googleapis.com/golang/go1.19.8.linux-${arch}.tar.gz should be https://storage.googleapis.com/golang/go1.19.8.linux-ppc64le.tar.gz

ok.. used to tag the filename with architecture should be ok... I understand that "ppcel" and "ppcle" both indicates the little endian but some flavours still refer it as "el" (Debian I guess)..Just to ensure that it does not break anywhere if we do similar check on the flavour which still uses "el"..thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants