Skip to content

Commit 072c063

Browse files
committed
fix
Signed-off-by: Anant Sharma <anants@nvidia.com>
1 parent 64bbbaf commit 072c063

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

container/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,14 @@ RUN --mount=type=bind,source=./container/deps/requirements.txt,target=/tmp/requi
253253
##### Wheel Build Image ##########
254254
##################################
255255

256+
# Redeclare ARCH_ALT ARG so it's available for interpolation in the FROM instruction
256257
ARG ARCH_ALT
258+
257259
FROM quay.io/pypa/manylinux_2_28_${ARCH_ALT} AS wheel_builder
258260

259261
# Redeclare ARGs for this stage
260262
ARG ARCH
263+
ARG ARCH_ALT
261264
ARG CARGO_BUILD_JOBS
262265
ARG RELEASE_BUILD
263266
ARG ENABLE_KVBM

0 commit comments

Comments
 (0)