feat: support armhf & i386 architectures (#355)

This commit is contained in:
Julien Neuhart
2021-09-21 18:38:11 +02:00
committed by GitHub
parent 6e47f16fe1
commit c500ec071e
3 changed files with 6 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ ARG NOTO_COLOR_EMOJI_VERSION
ARG PDFTK_VERSION
# Script for installing either Google Chrome stable on amd64 architecture or
# Chromium on arm64 architecture.
# Chromium on other architectures.
# See https://github.com/gotenberg/gotenberg/issues/328.
COPY build/install-chromium.sh /tmp/install-chromium.sh