Skip to content

Commit

Permalink
Make build args available as environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Dec 10, 2023
1 parent 5731f09 commit a4e5438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ FROM ${DOCKER_ARCH}/debian:bullseye
ARG ARCH
ARG DOCKER_ARCH
ARG CMAKE_ARCH
ENV ARCH=${ARCH} DOCKER_ARCH=${DOCKER_ARCH} CMAKE_ARCH=${CMAKE_ARCH}

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit a4e5438

Please sign in to comment.