diff --git a/website/blog/2021-11-06-v2-beta2-release-notes.mdx b/website/blog/2021-11-06-v2-beta2-release-notes.mdx
index f7aa24837..19a24a822 100644
--- a/website/blog/2021-11-06-v2-beta2-release-notes.mdx
+++ b/website/blog/2021-11-06-v2-beta2-release-notes.mdx
@@ -89,7 +89,7 @@ auto-imported when hitting tab in an auto-generated module wrapping your Go code
### Remote Templates
-

+
@@ -128,11 +128,20 @@ Oh, I almost forgot.... you can also do `darwin/universal`.... :wink:
+### Cross Compilation to Windows
+
+Because Wails v2 for Windows is pure Go, you can target Windows builds without docker.
+
+
+

+
+
+
+
### WKWebView Renderer
V1 relied on a (now deprecated) WebView component. V2 uses the most recent WKWebKit component so expect the latest and greatest from Apple.
-
### In Conclusion
As I'd said in the Windows release notes, Wails v2 represents a new foundation for the project.
diff --git a/website/static/img/build-cross-windows.png b/website/static/img/build-cross-windows.png
new file mode 100644
index 000000000..ab4882273
Binary files /dev/null and b/website/static/img/build-cross-windows.png differ