Skip to content

Commit

Permalink
docs: only supporting devcontainer build
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Jan 16, 2025
1 parent 4010b60 commit 5266578
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/build.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Build

We use docker to maintain a consistent build environment.
We use devcontainer to maintain a consistent build environment.

To build all supported EDK2 variants, please run `.github/common/build-deb`.

If you enable `devenv`, then you can run `edk2-build` from the project root as a shortcut.
To build all supported EDK2 variants, please run `make deb` within devcontainer.

Set `BUILD_TARGET` to `DEBUG` in `src/Makefile` to build for debug artifacts.

Expand Down

0 comments on commit 5266578

Please sign in to comment.