Commit graph

7 commits

Author SHA1 Message Date
Anmol Sethi
6706120bc6
ci: Install playwright deps in test.sh 2023-03-02 20:51:45 -08:00
Anmol Sethi
79eac42905
docker: Build cross platform release image natively
Playwright deps don't install when running under QEMU.
2023-02-27 11:25:43 -08:00
Anmol Sethi
5c2a80330f
docker: Install playwright dependencies on arm64
Also changed our code to only install chromium.

Closes #835
2023-02-27 10:30:59 -08:00
Anmol Sethi
d4c816dc4e
docker/build.sh: Remove unnecessary build arg 2023-02-12 09:09:51 -08:00
Anmol Sethi
5ee68852c5
docker/build.sh: More fixes 2023-02-09 19:50:18 -08:00
Anmol Sethi
b6078ed342
build: Passthrough $VERSION explicitly to docker/build.sh 2023-02-09 19:23:19 -08:00
Anmol Sethi
687212a0a9
docker: Run image build on amd64 instance to avoid QEMU errors on arm64
Playwright won't install in a amd64 docker container running under QEMU
on arm64.
2023-02-09 18:08:22 -08:00