Skip to content

[Feature] docker打包的时候可以加一个armv7l的支持么。 #535

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

Open
Somalia0932 opened this issue Mar 19, 2025 · 1 comment
Open
Labels
backlog Todo enhancement New feature or request

Comments

@Somalia0932
Copy link

功能描述
docker打包的时候可以加一个armv7l的支持么。

动机
为什么这个功能对项目有帮助?

替代方案
描述你已经考虑过的替代方案。

其他信息
在这里添加任何相关的附加信息或截图。

@Somalia0932 Somalia0932 added the enhancement New feature or request label Mar 19, 2025
@fudiwei fudiwei added the backlog Todo label Mar 19, 2025
@fudiwei
Copy link
Collaborator

fudiwei commented Mar 26, 2025

目前镜像的构建和发布是通过 GitHub Actions 实现的,加入 armv7 架构后工作流不知道为什么会卡住 😕

但 Release 里有编译好的支持 armv7 架构二进制文件,你可以下载并解压缩后在本地自行构建一个镜像。

以下是一个可参考的 Dockerfile:

FROM alpine:latest
WORKDIR /app
COPY /path/to/your-unarchive-path .
ENTRYPOINT ["./certimate", "serve", "--http", "0.0.0.0:8090"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Todo enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants