We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a96168 commit 987ee10Copy full SHA for 987ee10
docs/README.md
@@ -93,8 +93,8 @@ $ make npm-image
93
# Build Windows image
94
$ GOOS=windows make npm-image
95
96
-# Build Windows image for ARM64
97
-$ GOOS=windows PLATFORM=windows/arm64 make npm-image
+# Build Windows image for AMD64
+$ GOOS=windows PLATFORM=windows/amd64 make npm-image
98
99
# Cross-compile Windows binary in Linux container
100
$ GOOS=windows make cns-image
0 commit comments