vmware-go-kcl-v2/support/toolchain/HyperMake

29 lines
534 B
Text
Raw Normal View History

---
format: hypermake.v0
name: go-kcl
description: VMWare Go-KCL Amazon Kinesis Client Library in Go
targets:
rebuild-toolchain:
description: build toolchain image
watches:
- docker
build: docker
cache: false
tags:
- vmware/go-kcl-toolchain:latest
push-toolchain:
description: push toolchain image
after:
- rebuild-toolchain
push:
- vmware/go-kcl-toolchain:latest
settings:
default-targets:
- rebuild-toolchain
docker:
image: 'vmware/go-kcl-toolchain:0.1.2'