-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Is your feature request related to a problem? Please describe.
TKGI product support both linux and windows stemcells. So we need at least two stemcells supported.
Describe the solution you'd like
Something like that.
stemcells:
- &ubuntu-jammy
os: ubuntu-jammy
version: '1.179' - &windows2019
os: windows2019
version: '2019.61'
releases: - name: pxc
sha1: 86675f90d66f7018c57f4ae0312f1b3834dd58c9
version: 1.0.8
remote_source:
remote_path:
targets:- *ubuntu-jammy
- name: nsx-cf-cni-windows
sha1: 06500a2002f6e14f6c258b7ee7044761a28d3d5a
version: 1.17.0-build.186
remote_source:
remote_path:
targets:- *windows2019
Describe alternatives you've considered
No response
Additional context
No response
crhntr