Skip to content

Commit a2ad3e6

Browse files
Use GHCR to avoid Docker Hub ratelimits
1 parent a85a0b2 commit a2ad3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func init() {
4141

4242
// Cross compilation docker containers
4343
var (
44-
dockerDist = "techknowlogick/xgo:"
44+
dockerDist = "ghcr.io/techknowlogick/xgo:"
4545
)
4646

4747
// Command line arguments to fine tune the compilation

0 commit comments

Comments
 (0)