You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.
support vmware fusion. The yaml configuration would look something like below. The type parameter would be used to differentiate between vm and container pipelines, and would unmsarshal to a different structure.
---
version: 1
kind: pipeline
type: vmwarefusion
settings:
image: osx.img
platform:
os: osx
arch: amd64
steps:
- name: build
commands:
- go build
- go test
The text was updated successfully, but these errors were encountered:
support vmware fusion. The yaml configuration would look something like below. The
type
parameter would be used to differentiate between vm and container pipelines, and would unmsarshal to a different structure.The text was updated successfully, but these errors were encountered: