| # Fleet cost client configuration. |
| # Copied from skylab.yaml and shivas.yaml. |
| package: infra/fleetcost/${platform} |
| description: fleetcost command line tool. |
| platforms: |
| - linux-386 |
| - linux-amd64 |
| - linux-arm64 |
| - linux-armv6l |
| - linux-mipsle |
| - linux-mips64 |
| - linux-mips64le |
| - linux-ppc64 |
| - linux-ppc64le |
| - linux-s390x |
| - mac-amd64 |
| - mac-arm64 |
| - windows-386 |
| - windows-amd64 |
| - windows-arm64 |
| go_packages: |
| - infra/cros/fleetcost/cmd/fleetcost |
| root: ../../go/bin |
| data: |
| - file: fleetcost${exe_suffix} |
| - version_file: .versions/fleetcost${exe_suffix}.cipd_version |