blob: 69d9855deafb7668edd522eb0ee2a56b284bfbcc [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
apiVersion: v1
kind: ConfigMap
metadata:
name: toolchain-config
data:
# default toolchain.config
# enable arbtrary toolchain support
toolchain.config: |
runtimes <
name: "fuchsia_linux"
platform_runtime_config <
dimensions: "os:linux"
>
platform <
properties <
name: "OSFamily"
value: "Linux"
>
properties <
name: "container-image"
value: "docker://gcr.io/fuchsia-toolchain-images-gcr/fuchsia_linux/remoteexec-platform@sha256:e4a09f61195410078b7ff639a961c2bf35d7ac9f5a448490b03ab408085f361e"
>
>
>
runtimes <
name: "fuchsia_win"
platform_runtime_config <
dimensions: "os:win"
>
platform <
properties <
name: "OSFamily"
value: "Windows"
>
properties <
name: "container-image"
value: "docker://gcr.io/fuchsia-toolchain-images-gcr/fuchsia_win/remoteexec-platform@sha256:fe1b853cc9240f829841b3f5426f1296230b294b545e5fbf2c6a83b7ec6d2e9b"
>
properties <
name: "label:os"
value: "windows_2019"
>
>
>