mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
ci: Add amd64 macos bazel workflow (#324)
* ci: Add amd64 MacOS Bazel job * bazel: Fix MacOS build * add amd64_macos_bazel badge
This commit is contained in:
@ -13,3 +13,6 @@ PLATFORM_CPU_PPC = ("@platforms//cpu:ppc")
|
||||
PLATFORM_CPU_RISCV32 = ("@platforms//cpu:riscv32")
|
||||
|
||||
PLATFORM_CPU_RISCV64 = ("@platforms//cpu:riscv64")
|
||||
|
||||
|
||||
PLATFORM_OS_MACOS = ("@platforms//os:macos")
|
||||
|
Reference in New Issue
Block a user