bazelbuild / platforms

Constraint values for specifying platforms and toolchains
Apache License 2.0
106 stars 70 forks source link

Add :aarch32 :aarch64 and make :arm64 alias for :aarch64 #67

Closed MaskRay closed 1 year ago

MaskRay commented 1 year ago

"aarch64" is the perferred name and used prevailingly on Linux. See https://nickdesaulniers.github.io/blog/2023/03/10/disambiguating-arm/

Apple and Windows platforms unfortunately use "arm64". They can still use the alias.

While here, add :aarch32 as well.

Close #68

aiuto commented 1 year ago

@katre Any objections?