firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
479 stars 72 forks source link

Adding buildspec.yml file #29

Closed xibz closed 5 years ago

xibz commented 5 years ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sipsma commented 5 years ago

I'm just curious, what's the context of this change? Are we going to do builds in Codebuild?

xibz commented 5 years ago

@sipsma - We will be using AWS CodeBuild to build the artifacts to use in releases

sipsma commented 5 years ago

@sipsma - We will be using AWS CodeBuild to build the artifacts to use in releases

Is that just for a more controlled environment than buildkite? I'm mostly wondering why Codebuild in addition to our existing build mechanisms.

xibz commented 5 years ago

Is that just for a more controlled environment than buildkite? I'm mostly wondering why Codebuild in addition to our existing build mechanisms.

Yea, BuildKite could definitely do this, but I don't think we ever envisioned it doing more than CI. Using tools that are familiar to not only our team is a huge plus and is why I went with AWS CodeBuild.