We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1f253 commit 13f8304Copy full SHA for 13f8304
1 file changed
Docker/yocto/buildAndPush.sh
@@ -11,7 +11,7 @@ fi
11
NUM_FAILURES=0
12
13
CUR_DATE=$(date -u +%F)
14
-for ver in kirkstone dunfell; do
+for ver in kirkstone dunfell langdale scarthgap; do
15
echo "Building wolfssl/yocto:${ver}-${CUR_DATE} as ${DOCKER_BUILD_OPTIONS}"
16
docker build -t wolfssl/yocto:${ver}-${CUR_DATE} --build-arg YOCTO_VERSION=${ver} --build-arg BUILD_DATE=${CUR_DATE} -f Dockerfile "${WOLFSSL_DIR}/Docker/yocto" && \
17
docker tag wolfssl/yocto:${ver}-${CUR_DATE} wolfssl/yocto:${ver}-latest
0 commit comments