Skip to content

Commit

Permalink
GOARCH for windows said am instead of amd64 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
CxFriese authored Jun 20, 2022
1 parent 7dd9e70 commit 052b0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can download and install Go using this link: https://golang.org/doc/install
### Windows
``` powershell
setx GOOS=windows
setx GOARCH=am
setx GOARCH=amd64
go build -o ./bin/cx.exe ./cmd
```

Expand Down

0 comments on commit 052b0f7

Please sign in to comment.