Skip to content

Commit 13f8304

Browse files
author
Andras Fekete
committed
Add in 'langdale' and 'scarthgap' containers
1 parent aa1f253 commit 13f8304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/yocto/buildAndPush.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
NUM_FAILURES=0
1212

1313
CUR_DATE=$(date -u +%F)
14-
for ver in kirkstone dunfell; do
14+
for ver in kirkstone dunfell langdale scarthgap; do
1515
echo "Building wolfssl/yocto:${ver}-${CUR_DATE} as ${DOCKER_BUILD_OPTIONS}"
1616
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" && \
1717
docker tag wolfssl/yocto:${ver}-${CUR_DATE} wolfssl/yocto:${ver}-latest

0 commit comments

Comments
 (0)