Skip to content

Commit

Permalink
doc: remove arm/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed May 17, 2024
1 parent 9ce7310 commit d42fc31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ RUN set -ex && \
"arm64") \
S6_OVERLAY_ARCH="aarch64" \
;; \
"linux/arm/v7" | "arm") \
S6_OVERLAY_ARCH="arm" \
;; \
*) \
echo "Doesn't support $TARGETARCH architecture" \
exit 1 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
- 💥 **剖析应用内部的秘密**: 解读 iOS、Android 应用或 iOS 描述文件的元信息
- 🚨 **内置多种事件通知**: 数据可自定义 Income WebHook 到任意通知服务
- 🗄 **多渠道分类管理**: 自由划分不同场景不同产品形态的应用渠道管理
- 🎳 **多架构部署**: amd86/arm64/armv7 及各种部署方案应有尽有
- 🎳 **多架构部署**: amd86/arm64 及各种部署方案应有尽有
- 🔑 **第三方登录**: 飞书、Gitlab、Google、LDAP 和 OIDC 一键授权
- 🌑 **黑暗模式**: 黑夜白昼自由切换

Expand Down

0 comments on commit d42fc31

Please sign in to comment.