Skip to content

Commit 7ab936a

Browse files
committed
update README
1 parent 619c10d commit 7ab936a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# Base Browser for Browsertrix
1+
# Base Browser for Browsertrix Crawler
22

33
This repository contains the base platform-specific deb files for Browsertrix Crawler builds.
44

55
The `.deb` files are placed in platform-specific directories, `linux/amd64` and `linux/arm64` to support
66
builds for those platforms. Chromium is used for ARM64 while Chrome is used for amd64 builds.
7+
8+
The image can be built manually via `docker buildx build --platform linux/amd64,linux/arm64 --push -t webrecorder/browsertrix-browser-base:VERSION .`
9+
10+
The CI is also setup to build the image and push on release.
11+
12+
The current browser (Chrome/Chromium) is 91.

0 commit comments

Comments
 (0)