Add test for arm64 Linux with 64K page size (#290658)

This commit is contained in:
Dmitriy Vasyura
2026-01-26 18:53:22 -08:00
committed by GitHub
parent a57103a5a2
commit 7024815efd
7 changed files with 175 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}
# Utilities
RUN apt-get update && \
apt-get install -y curl
apt-get install -y curl iproute2
# Node.js 22
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \