gitlab-org--gitlab-foss/app/assets/javascripts/vue_shared/components/runner_instructions/graphql/queries/get_runner_platforms.query....

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
204 B
GraphQL
Raw Normal View History

query getRunnerPlatforms {
runnerPlatforms {
nodes {
name
humanReadableName
architectures {
nodes {
name
downloadLocation
}
}
}
}
}