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

feat: fast build frontend and fix objectstorage copy config #4894

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

zijiren233
Copy link
Contributor

@zijiren233 zijiren233 commented Jul 14, 2024

  1. Compiling the front-end project under the current operating system architecture reduces the compilation time from 20-30 minutes to 5 minutes.
  2. RUN if ["$name" = "objectstorage" ]; then COPY is incorrect syntax, and if ["$name" = "objectstorage" ] will be executed as the ["$name" command. It should be if [ "$name" = "objectstorage" ].
  3. Replace As with AS

@sealos-ci-robot
Copy link
Member

sealos-ci-robot commented Jul 14, 2024

🤖 Generated by lychee action

Summary

Status Count
🔍 Total 1277
✅ Successful 376
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 899
❓ Unknown 0
🚫 Errors 1

Errors per input

Errors in deploy/registry/README.md

Full action output

Full Github Actions output

@zzjin zzjin added this to the v5.0 milestone Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants