Skip to content

Commit b90035d

Browse files
author
Andras Fekete
committed
Remove 'dunfell' as its support ends in 3 days
1 parent 13f8304 commit b90035d

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 langdale scarthgap; do
14+
for ver in kirkstone 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)