feat(dev-generic): add ENV ZEPHYR_SDK_VERSION
Lets scripts (outside of the Zephyr bubble) locate the SDK. PR: zmkfirmware/zmk-docker#82
This commit is contained in:
@@ -73,6 +73,9 @@ RUN \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG ZEPHYR_SDK_VERSION
|
||||
ENV ZEPHYR_SDK_VERSION=${ZEPHYR_SDK_VERSION}
|
||||
|
||||
ENV DEBIAN_FRONTEND=
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user