Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

driver: qemu #14

Open
bradrydzewski opened this issue Oct 9, 2018 · 1 comment
Open

driver: qemu #14

bradrydzewski opened this issue Oct 9, 2018 · 1 comment

Comments

@bradrydzewski
Copy link
Member

support qemu as the runtime engine. The corresponding yaml would be slightly different than docker, and would look something like this:

---
version: 1
kind: pipeline
type: qemu

settings:
  image: debian.img

platform:
  os: linux
  arch: amd64

steps:
- name: build
  commands:
  - go build
  - go test
@bradrydzewski bradrydzewski changed the title support qemu driver: qemu Oct 24, 2018
@zlim
Copy link

zlim commented Feb 6, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants