Skip to content

Commit

Permalink
Put usage of ./docker_repro.sh (docker images with docker-ce) first
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion authored Dec 17, 2024
1 parent 99157f2 commit fa0f90c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@ Contributing
We welcome contributions to the Heads project! Before contributing, please read our [Contributing Guidelines](CONTRIBUTING.md) for information on how to get started, submit issues, and propose changes.


Building heads
Building heads with prebuilt and versioned docker images
==

Heads now builds with Nix built docker images since https://github.com/linuxboot/heads/pull/1661.

The short path to build Heads is to do what CircleCI would do (./docker_repro.sh under heads git cloned directory):
- Install _docker-ce_ for your OS of choice (refer to their documentation)
- run `./docker_repro.sh make BOARD=XYZ`

Using Nix local dev environement / building docker images with Nix
==

Under QubesOS?
Expand Down

0 comments on commit fa0f90c

Please sign in to comment.