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
@@ -8,22 +8,25 @@ This project automates the building of custom Firecracker. It supports building
8
8
9
9
- Linux environment (for building firecracker)
10
10
11
-
## Building Kernels
11
+
## Building Firecrackers
12
12
13
13
1.**Configure firecracker versions:**
14
-
- Edit `firecracker_versions.txt` to specify which kernel versions to build (one per line, e.g., `<last_tag-prelease>-<first-8-letters-of-the-specific-commit>`).
14
+
- Edit `firecracker_versions.txt` to specify which firecracker versions to build (one per line, e.g., `<last_tag-prelease>-<first-8-letters-of-the-specific-commit>`).
15
15
16
16
2.**Build:**
17
+
17
18
```sh
18
19
make build
19
20
# or directly
20
21
./build.sh
21
22
```
22
-
The built kernels will be placed in `builds/vmlinux-<version>/vmlinux.bin`.
23
+
24
+
The built firecrackers will be placed in `builds/firecracker-<version>/firecracker`.
23
25
24
26
## Development Workflow
25
-
- On every push, GitHub Actions will automatically build the kernels and save it as an artifact.
27
+
28
+
- On every push, GitHub Actions will automatically build the firecrackers and save it as an artifact.
26
29
27
30
## License
28
31
29
-
This project is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.
32
+
This project is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.
0 commit comments