aboutsummaryrefslogtreecommitdiff
path: root/pw_env_setup/py/pw_env_setup/cipd_setup/arm.json
blob: ff12cd23f9c1f9d1d3de05aa6e992f17fbc808d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "packages": [
    {
      "path": "pigweed/third_party/gcc-arm-none-eabi/${platform}",
      "platforms": [
        "linux-amd64",
        "mac-amd64",
        "windows-amd64"
      ],
      "tags": [
        "version:10-2020-q4-major"
      ],
      "version_file": ".versions/gcc-arm-none-eabi.cipd_version"
    }
  ]
}