Skip to content

Commit 987ee10

Browse files
Copilotjpayne3506
andcommitted
docs: Change Windows image example from ARM64 to AMD64
Co-authored-by: jpayne3506 <89417863+jpayne3506@users.noreply.github.com>
1 parent 7a96168 commit 987ee10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ $ make npm-image
9393
# Build Windows image
9494
$ GOOS=windows make npm-image
9595

96-
# Build Windows image for ARM64
97-
$ GOOS=windows PLATFORM=windows/arm64 make npm-image
96+
# Build Windows image for AMD64
97+
$ GOOS=windows PLATFORM=windows/amd64 make npm-image
9898

9999
# Cross-compile Windows binary in Linux container
100100
$ GOOS=windows make cns-image

0 commit comments

Comments
 (0)