We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
功能描述 docker打包的时候可以加一个armv7l的支持么。
动机 为什么这个功能对项目有帮助?
替代方案 描述你已经考虑过的替代方案。
其他信息 在这里添加任何相关的附加信息或截图。
The text was updated successfully, but these errors were encountered:
目前镜像的构建和发布是通过 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"]
Sorry, something went wrong.
No branches or pull requests
功能描述
docker打包的时候可以加一个armv7l的支持么。
动机
为什么这个功能对项目有帮助?
替代方案
描述你已经考虑过的替代方案。
其他信息
在这里添加任何相关的附加信息或截图。
The text was updated successfully, but these errors were encountered: