Skip to content

Commit

Permalink
Fetch bazel binaries for commits on linux arm64 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Aug 21, 2024
1 parent a53aa0f commit e91a9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/platforms.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ var supportedPlatforms = map[string]*platform{
HasArm64Binary: true,
},
"linux": {
Name: "centos7",
HasArm64Binary: false,
Name: "linux",
HasArm64Binary: true,
},
"windows": {
Name: "windows",
Expand Down

0 comments on commit e91a9cd

Please sign in to comment.