mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #535] [Feature] docker打包的时候可以加一个armv7l的支持么。 #343
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#343
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Somalia0932 on GitHub (Mar 19, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/535
功能描述
docker打包的时候可以加一个armv7l的支持么。
动机
为什么这个功能对项目有帮助?
替代方案
描述你已经考虑过的替代方案。
其他信息
在这里添加任何相关的附加信息或截图。
@fudiwei commented on GitHub (Mar 26, 2025):
目前镜像的构建和发布是通过 GitHub Actions 实现的,加入 armv7 架构后工作流不知道为什么会卡住 😕
但 Release 里有编译好的支持 armv7 架构二进制文件,你可以下载并解压缩后在本地自行构建一个镜像。
以下是一个可参考的 Dockerfile:
@kibozh commented on GitHub (Aug 5, 2025):
好的,已制作并上传到dockerhub,有需要的朋友可以自行取用 jamesbon/certimate
@kibozh commented on GitHub (Aug 5, 2025):
更正一下完整镜像名称,jamesbon/certimate:armv7