mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #15] 不考虑支持一下armbian吗,例如玩客云32位系统。 #1347
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1347
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 @indiboy on GitHub (Jun 23, 2022).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/15
Originally assigned to: @Hintay on GitHub.
@0xJacky commented on GitHub (Jun 24, 2022):
现在 Release 页面里的 Linux-386 版本可以用吗,那个就是支持32位 Linux 的版本。
@indiboy commented on GitHub (Jun 24, 2022):
测试了一下不可以的,安装脚本提示 The architecture is not supported uname 如下
Linux onecloud902 5.18.0-rc3-meson #trunk SMP Fri Jun 3 21:54:57 UTC 2022 armv7l GNU/Linux
Release 页面里的 Linux-386 版本 提示 可执行文件格式错误
@0xJacky commented on GitHub (Jun 27, 2022):
好的 我们看一下
@Hintay commented on GitHub (Jul 5, 2022):
我们发布了预发布版本 v1.3.3 RC1,新增了 ARMv5 至 ARMv7 的预编译文件,欢迎下载测试。
注意:您可以使用
grep Features /proc/cpuinfo | grep -qw 'vfp'命令检查所使用的硬件是否支持硬件浮点,若不支持则需要回退使用 ARMv5 版本。@0xJacky commented on GitHub (Jul 7, 2022):
@Hintay 我使用了小米路由器 R1D (BCM4709, armv7l, 不支持 vfp) 作为测试,使用 armv5 的发行版,可以正常运行。
@0xJacky commented on GitHub (Oct 11, 2022):
好的 后面我们看看
Jacky