diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 719f287..a6c27f1 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,16 +4,9 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -109,13 +102,26 @@
1730282372795
-
+
+
+
+ 1730337908208
+
+
+
+ 1730337908208
+
+
+
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c379ecd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+## 镜像的构建
+使用自定义的构建器构建多架构镜像,并推送至阿里云个人镜像仓库
+```shell
+docker buildx build -t crpi-jqvcwrlyhb9wwayw.cn-beijing.personal.cr.aliyuncs.com/ourhonour/flaskapi --platform=linux/arm64,linux/amd64 . --push
+```
+多架构镜像的实现可参考 [利用 buildx 构建多架构镜像](https://source.stewednoodles.com/949.html)
\ No newline at end of file