Skip to content

Commit

Permalink
feat(build): busybox (uclibc) based container images
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Sep 19, 2022
1 parent d3f063d commit c483f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit c483f14

Please sign in to comment.