From c483f14ce91b78487c5ec051f72d1ba4ee4f20fd Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Mon, 19 Sep 2022 00:16:06 +0200 Subject: [PATCH] feat(build): busybox (uclibc) based container images --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b99ce5f..11790d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -292,6 +292,7 @@ jobs: declare -A base_images base_images["alpine"]="3.14.7" + base_images["busybox"]="1.35.0-uclibc" info "base images to build from:" for base_image in ${!base_images[@]} ; do