mirror of
https://github.com/github/codeql.git
synced 2025-12-15 16:23:11 +01:00
6 lines
145 B
Python
6 lines
145 B
Python
codeql_platform = select({
|
|
"@platforms//os:linux": "linux64",
|
|
"@platforms//os:macos": "osx64",
|
|
"@platforms//os:windows": "win64",
|
|
})
|