Skip to content

Make lws image multi-platform #321

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

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

yankay
Copy link
Member

@yankay yankay commented Jan 15, 2025

What type of PR is this?

/kind feature

What this PR does / why we need it

I modified Makefile and Dockerfile so that we can provide the multi-platform supported container image.

Which issue(s) this PR fixes

Fixes #275

Special notes for your reviewer

Does this PR introduce a user-facing change?

Make lws image multi-platform

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 15, 2025
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 15, 2025
@yankay yankay force-pushed the support-multi-platform branch from 01b2aea to 58db41d Compare January 15, 2025 09:11
@yankay
Copy link
Member Author

yankay commented Jan 15, 2025

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jan 15, 2025
@yankay
Copy link
Member Author

yankay commented Jan 15, 2025

/retest

@yankay
Copy link
Member Author

yankay commented Jan 16, 2025

HI @ahg-g
Would you please help to review it.

@ahg-g
Copy link
Contributor

ahg-g commented Jan 16, 2025

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 16, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahg-g, yankay

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 16, 2025
@k8s-ci-robot k8s-ci-robot merged commit c52ebd4 into kubernetes-sigs:main Jan 16, 2025
8 checks passed
@@ -149,6 +156,7 @@ run: manifests fmt vet ## Run a controller from your host.
.PHONY: image-build
image-build:
$(IMAGE_BUILD_CMD) -t $(IMG) \
--platform=$(PLATFORMS) \
Copy link
Contributor

Choose a reason for hiding this comment

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

This line causes the make image-build command to break

@yankay yankay mentioned this pull request Jan 17, 2025
@kerthcet kerthcet mentioned this pull request Mar 26, 2025
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arm64 support
4 participants