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

Drop ppc64le architecture from Docker build scripts #378

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

krinkinmu
Copy link
Contributor

We don't build images for ppc64le anyways, so it's very unlikely that this functionality is being used.

Tested that the change does not break anything by running:

cd docker
OS_FAMILY=linux ./push.sh

Fixes #377

+cc @phlax @clnperez

We don't build images for ppc64le anyways, so it's very unlikely that
this functionality is being used.

Signed-off-by: Mikhail Krinkin <[email protected]>
@krinkinmu krinkinmu requested a review from a team as a code owner January 17, 2025 14:18
Copy link
Member

@phlax phlax left a comment

Choose a reason for hiding this comment

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

lgtm, thanks @krinkinmu

@phlax phlax enabled auto-merge (squash) January 17, 2025 14:22
@phlax phlax merged commit f740646 into envoyproxy:main Jan 17, 2025
2 checks passed
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.

Remove ppc64le support
2 participants