Skip to content

Commit

Permalink
chore: add ghcr link
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix authored Jun 13, 2024
1 parent 463f6a5 commit c3ee1c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ Here is a list of supported host and target architectures:

## Usage

You can pull Docker image with desired Go version from Docker Hub:
You can pull Docker image with desired Go version:

```shell
docker pull x1unix/go-mingw:latest # or "1.21" for specific Go version
docker pull x1unix/go-mingw:latest # or "1.22" for specific Go version

# Or if you prefer to use GHCR:
docker pull ghcr.io/x1unix/docker-go-mingw/go-mingw:1.22
```

> [!TIP]
Expand Down

0 comments on commit c3ee1c8

Please sign in to comment.