diff --git a/help/_posts/2022-08-03-wine-builds.md b/help/_posts/2022-08-03-wine-builds.md
new file mode 100644
index 0000000..c34a115
--- /dev/null
+++ b/help/_posts/2022-08-03-wine-builds.md
@@ -0,0 +1,56 @@
+---
+category: help
+layout: help
+mirrorid: wine-builds
+---
+
+## wine-builds 镜像使用帮助
+
+由于上游并未提供 rsync,镜像站只同步了 ubuntu/debian 部分。
+
+首先启用 32 位架构
+
+```bash
+sudo dpkg --add-architecture i386
+```
+
+之后信任来自
+
+
+
+
+通过以下命令安装 winehq
+
+```bash
+sudo apt update
+sudo apt install --install-recommends winehq-stable
+```