Skip to content

Commit

Permalink
Use Linux binaries built on CentOS 7 (#361)
Browse files Browse the repository at this point in the history
As a result, Bazelisk should work on Ubuntu 14.04 and 16.04 again. Moreover, CentOS 7 is the most likely candidate for publishing arm64 Bazel binaries in the future.
  • Loading branch information
fweikert committed Sep 7, 2022
1 parent c044e94 commit 4dd53d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/platforms.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var supportedPlatforms = map[string]*platform{
HasArm64Binary: true,
},
"linux": {
Name: "ubuntu1804",
Name: "centos7",
HasArm64Binary: false,
},
"windows": {
Expand Down

0 comments on commit 4dd53d9

Please sign in to comment.