-
Notifications
You must be signed in to change notification settings - Fork 455
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
optimization the image building of KubeSphere/console #3591
Conversation
Hi @zt1046656665. Thanks for your PR. I'm waiting for a kubesphere member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
30bbd74
to
f094ff7
Compare
Signed-off-by: zhoutian <zhoutian@yunify.com>
/cherry-pick release-3.3 |
@pixiake: once the present PR merges, I will cherry-pick it on top of release-3.3 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
LGTM label has been added. Git tree hash: 72a55b1fad33bae2aeb9531492dcbc9a9e41e72d
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harrisonliu5, zt1046656665 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 |
@pixiake: new pull request created: #3610 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: zhoutian <zhoutian@yunify.com> Signed-off-by: zhoutian <zhoutian@yunify.com> Co-authored-by: zhoutian <zhoutian@yunify.com> (cherry picked from commit 6d29fbf)
Signed-off-by: lannyfu <lannyfu@kubesphere.io>
Signed-off-by: zhoutian zhoutian@yunify.com
What type of PR is this?
What this PR does / why we need it:
we can build image easily by this PR.
when to webpack to get the javascript file,its will cost much time in linux/arm64, so we just get the javascript file in linux/amd64,and then build the final images in linux/amd64or linux/arm64.
Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: