We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
环境 操作系统:ubantu 24.05 内核:Linux xujian 5.15.0-124-generic Project-HAMi/HAMi#134 SMP Fri Sep 27 20:21:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux 架构:arm k8s: v1.26.12 容器:containerd 1.7.12
问题: 部署hami-webui v1.0.3 其中有一个容器报错 :exec /apps/server: exec format error,是不支持arm架构吗? pod运行拉取这两个镜像是arm架构的 projecthami/hami-webui-be-oss:v1.0.3 projecthami/hami-webui-fe-oss:v1.0.3
projecthami/hami-webui-be-oss:v1.0.3 镜像报错 exec /apps/server: exec format error
The text was updated successfully, but these errors were encountered:
Although the image has arm64 architecture,
But by looking at the source code:https://github.com/Project-HAMi/HAMi-WebUI/blob/main/server/Makefile#L42C27-L42C39
GO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o $(BUILD_PATH)$$dir ${CMD_PATH}$$dir; \
I found that the builds are all amd64.
Sorry, something went wrong.
@zhangpk1996 I built the arm image manually: docker pull chinalan/hami-webui-be-oss:v1.0.3 please try it out.
docker pull chinalan/hami-webui-be-oss:v1.0.3
No branches or pull requests
环境
操作系统:ubantu 24.05
内核:Linux xujian 5.15.0-124-generic Project-HAMi/HAMi#134 SMP Fri Sep 27 20:21:29 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
架构:arm
k8s: v1.26.12
容器:containerd 1.7.12
问题: 部署hami-webui v1.0.3 其中有一个容器报错 :exec /apps/server: exec format error,是不支持arm架构吗?
pod运行拉取这两个镜像是arm架构的
projecthami/hami-webui-be-oss:v1.0.3
projecthami/hami-webui-fe-oss:v1.0.3
projecthami/hami-webui-be-oss:v1.0.3
镜像报错
exec /apps/server: exec format error
The text was updated successfully, but these errors were encountered: