Skip to content

Commit

Permalink
Update platforms.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj authored Aug 15, 2024
1 parent 029860d commit 9121a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/platforms.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ GOOS_GOARCH = (
("plan9", "amd64"),
("plan9", "arm"),
("solaris", "amd64"),
("wasip1", "wasm"),
("windows", "386"),
("windows", "amd64"),
("windows", "arm"),
("windows", "arm64"),
("wasip1", "wasm"),
)

RACE_GOOS_GOARCH = {
Expand Down

0 comments on commit 9121a39

Please sign in to comment.