We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9376d78 commit 1d30e4dCopy full SHA for 1d30e4d
docker/build.sh
@@ -18,6 +18,7 @@ export npm_config_cache="${NPM_DIR}"
18
export BUILD_TYPE=${BUILD_TYPE:=Release}
19
export GCC_ARM_VER=${GCC_ARM_VER:="10.3-2021.10"}
20
export NRF_SDK_VER=${NRF_SDK_VER:="nRF5_SDK_15.3.0_59ac345"}
21
+# convert to lower case and remove _ and . character
22
NRF_SDK_VER_SLUG=${NRF_SDK_VER,,}
23
export NRF_SDK_VER_SLUG=${NRF_SDK_VER_SLUG//[_.]/}
24
0 commit comments