ProudMuBai / GoFilm

多播放源自动采集在线影视网站 golang vue
https://m.mubai.link
MIT License
1.07k stars 261 forks source link

好像不支持arm服务器。 #44

Open hy5528 opened 7 months ago

ProudMuBai commented 7 months ago

@hy5528 arm架构的服务器要改一下Dockerfile文件的内容, Dockerfile 文件中的 GOARCH=amd64 为 GOARCH=arm

hy5528 commented 7 months ago

由于mysql不支持arm32,导致安装失败。

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年04月24日 21:06 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [ProudMuBai/GoFilm] 好像不支持arm服务器。 (Issue #44) |

@hy5528 arm架构的服务器要改一下Dockerfile文件的内容, Dockerfile 文件中的 GOARCH=amd64 为 GOARCH=arm

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

ProudMuBai commented 7 months ago

@hy5528 这个目前确实没遇到过, 可以使用单独的mysql服务, 或者私聊我TG提供一下你的主机环境让我测试一下