drone / drone-runtime

[DEPRECATED] migrated to https://github.com/drone-runners
Other
62 stars 43 forks source link

driver: firecracker #57

Open bradrydzewski opened 5 years ago

bradrydzewski commented 5 years ago

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

---
version: 1
kind: pipeline
type: firecracker

settings:
  image: debian.img

platform:
  os: linux
  arch: amd64

steps:
- name: build
  commands:
  - go build
  - go test