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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This repository contains the browser .deb files as well as a Dockerfile for platform-specific browser image for Browsertrix Crawler, based on Ubuntu 22.04.
4
4
5
-
The build uses Google Chrome for AMD64 builds and Chromium builds for ARM64
5
+
The build uses Google Chrome for AMD64 builds and Chromium builds for ARM64.
6
6
7
7
The `.deb` files are placed in platform-specific directories, `<VERSION>/linux/amd64` and `<VERSION>/linux/arm64` to support
8
8
builds for those platform.
@@ -11,7 +11,7 @@ The CI is also setup to build the image and push on release.
11
11
12
12
This image can be accessed from `webrecorder/browsertrix-browser-base:<VERSION>`.
13
13
14
-
See `build.sh` for how to build this image locally.
14
+
See `build.sh` for how to build this image locally using `docker buildx`.
15
15
16
16
The releases correspond to a new version of Chrome/Chromium, and current latest release is: **101**.
0 commit comments