diff --git a/.github/workflows/r2s_lean.yml b/.github/workflows/r2s_lean.yml
index e89c102..95ea0af 100644
--- a/.github/workflows/r2s_lean.yml
+++ b/.github/workflows/r2s_lean.yml
@@ -98,6 +98,7 @@ jobs:
#./scripts/feeds clean -a
./scripts/feeds update -a && ./scripts/feeds install -a
sed -i '/Load Average/i\
| <%:CPU Temperature%> | <%=luci.sys.exec("cut -c1-2 /sys/class/thermal/thermal_zone0/temp")%> |
' feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm
+ sed -i 's/pcdata(boardinfo.system or "?")/"ARMv8"/' feeds/luci/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm
- name: Build FriendlyWrt
run: |