Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxs authored Nov 25, 2024
1 parent f948b5a commit dd6b1e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ linker to build the Go program, and these tools are platform-specific.
This example shows how to cross-compile a Go program that uses CGO. It uses
official golang Docker image to build the program for different platforms:

- Linux (amd64, arm64)
- Windows (amd64, arm64)
- macOS (amd64, arm64, universal2)
- Linux (glibc/musl) - amd64, arm64
- Windows - amd64, arm64, i386
- macOS - amd64, arm64, universal2

The cross-compilation has been tested on macOS and Linux. It should work on
Windows as well, but I haven't tested it.
Expand Down

0 comments on commit dd6b1e4

Please sign in to comment.