File tree Expand file tree Collapse file tree 3 files changed +2
-42
lines changed
Expand file tree Collapse file tree 3 files changed +2
-42
lines changed Original file line number Diff line number Diff line change 33.env
44.terraform
55.tfplan
6+ .env
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,26 +7,10 @@ This project automates the building of custom Firecracker versions. It supports
77## Prerequisites
88
99- Linux environment (for building firecracker)
10- - Git repository with tags
1110
1211## Building Firecrackers
1312
14- ### Local Build
15-
16- Build the current git version (latest tag in repository + current commit hash):
17-
18- ``` sh
19- make build
20- ```
21-
22- ** Requirements:**
23- - The repository must be in a clean state (no uncommitted changes)
24- - The repository must have at least one tag
25- - The built firecracker will be placed in ` builds/<latest_tag>_<current_commit_shorthash>/firecracker `
26-
27- ### CI/CD Build
28-
29- The ` firecracker_versions.txt ` file specifies which versions to build in CI/CD:
13+ The ` firecracker_versions.txt ` file specifies which versions to build:
3014
3115- Edit ` firecracker_versions.txt ` to specify firecracker versions (one per line)
3216- Versions can be tags (e.g., ` v1.10.1 ` ) or tag with shorthash (e.g., ` v1.12.1_abcdef12 ` )
You can’t perform that action at this time.
0 commit comments