Skip to content

Commit a4e5438

Browse files
committed
Make build args available as environment variables
1 parent 5731f09 commit a4e5438

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ FROM ${DOCKER_ARCH}/debian:bullseye
77
ARG ARCH
88
ARG DOCKER_ARCH
99
ARG CMAKE_ARCH
10+
ENV ARCH=${ARCH} DOCKER_ARCH=${DOCKER_ARCH} CMAKE_ARCH=${CMAKE_ARCH}
1011

1112
ENV DEBIAN_FRONTEND=noninteractive
1213

0 commit comments

Comments
 (0)