diff --git a/Dockerfile b/Dockerfile index 54f2f0519..6cd6eb37d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV RUSTFLAGS="-C target-feature=-crt-static" COPY . . RUN set -eux; \ arch="$(dpkg --print-architecture)"; \ - if [ "$arch" = "aarch64" ]; then \ + if [ "$arch" = "arm64" ]; then \ export JEMALLOC_SYS_WITH_LG_PAGE=16; \ fi && \ cargo build --release