Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 703 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 703 Bytes

Chromium Builder

Builds Chromium stable / beta /dev

Usage

docker create --name chromium a8cdata/chromium:76.0.3809.100 .
docker cp chromium:/chrome-linux-76.0.3809.100.zip

Building

First, you need to update the version mappings

make generate

Then, start the build:

make -j

Requirements

  • at least 24GB ram
  • decent amount of CPUs
  • ZFS as the docker storage driver (can configure with sudo make zfs)

On a machine with 12 cores and 64gb of ram, it takes several hours to build from scratch.

Automation

Drop the following line in cron which will build the images daily at 5am:

  0 5  *   *   *     cd path/to/chromium; make all