Skip to content

Conversation

guessi
Copy link

@guessi guessi commented Sep 22, 2025

Issue #, if available:

Description of changes:

User's laptop could be arm64/aarch64 system, while the EKS default image would be linux/amd64.

With this change, allowing user to decide whether to build images with linux/amd64 or linux/arm64.

To build image for amd64 system

export PLATFORM=linux/amd64
make

or

make

To build image for arm64 system

export PLATFORM=linux/arm64
make

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

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.

1 participant