Skip to content

Commit 376fa40

Browse files
committed
Add ARM
Signed-off-by: Alexey Rivkin <[email protected]>
1 parent f7133e2 commit 376fa40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/jenkins/lib/build-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs_on_dockers:
4343
name: "ubuntu24.04-nixl-deps",
4444
uri: "$arch/$name",
4545
tag: "02112025",
46-
build_args: "--target nixl-base"
46+
build_args: "--target nixl-base --build-arg ARCH=$arch"
4747
}
4848
# - {
4949
# file: "contrib/Dockerfile",
@@ -58,7 +58,7 @@ matrix:
5858
axes:
5959
arch:
6060
- x86_64
61-
# - aarch64
61+
- aarch64
6262

6363
env:
6464
NIXL_BASE_IMAGE_ENV: "true"

0 commit comments

Comments
 (0)