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

The system provides a non-root-run version of sealos #5384

Open
zhuyoulong opened this issue Feb 19, 2025 · 0 comments
Open

The system provides a non-root-run version of sealos #5384

zhuyoulong opened this issue Feb 19, 2025 · 0 comments
Labels
kind/feature New feature or request

Comments

@zhuyoulong
Copy link

What is the problem this feature will solve?

用github action执行ci-patch-image.yml的工作流生成的sealos-amd64文件会报错:
sealos2: /usr/lib64/libc.so.6: version GLIBC_2.38' not found (required by sealos2)
sealos2: /usr/lib64/libc.so.6: version GLIBC_2.33' not found (required by sealos2) sealos2: /usr/lib64/libc.so.6: version GLIBC_2.34' not found (required by sealos2)
sealos2: /usr/lib64/libc.so.6: version GLIBC_2.32' not found (required by sealos2)

If you have solution,please describe it

我先用你们提供的方式试试
BXY4543:
Makefile里边的 make

BXY4543:
Options:
DEBUG Whether or not to generate debug symbols. Default is 0.

BINS Binaries to build. Default is all binaries under cmd.
This option is available when using: make {build}(.multiarch)
Example: make build BINS="sealos sealctl"

PLATFORMS Platform to build for. Default is linux_arm64 and linux_amd64.
This option is available when using: make {build}.multiarch
Example: make build.multiarch PLATFORMS="linux_arm64 linux_amd64"

V Set to 1 enable verbose build. Default is 0.

BXY4543:
make build BINS="sealos" PLATFORMS="linux_arm64 linux_amd64"

What alternatives have you considered?

No response

@zhuyoulong zhuyoulong added the kind/feature New feature or request label Feb 19, 2025
@sealos-ci-robot sealos-ci-robot changed the title 系统提供非root运行的sealos版本 The system provides a non-root-run version of sealos Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant