Skip to content

Commit edbe962

Browse files
committed
feat(dev-generic): add ENV ZEPHYR_SDK_VERSION
Lets scripts (outside of the Zephyr bubble) locate the SDK. PR: zmkfirmware#82
1 parent 4be9504 commit edbe962

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ RUN \
7373
&& apt-get clean \
7474
&& rm -rf /var/lib/apt/lists/*
7575

76+
ARG ZEPHYR_SDK_VERSION
77+
ENV ZEPHYR_SDK_VERSION=${ZEPHYR_SDK_VERSION}
78+
7679
ENV DEBIAN_FRONTEND=
7780

7881
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)