fix: typo arch64 -> amd64

This commit is contained in:
Julien Neuhart
2021-08-27 18:49:00 +02:00
parent 21cfe2e535
commit 781094ab05

View File

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