summaryrefslogtreecommitdiff
path: root/build-os-images.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2019-12-11 16:19:33 (GMT)
committerChristian Pointner <equinox@helsinki.at>2019-12-11 16:19:33 (GMT)
commit17277ef3f4ad6f43b0a32af73b3ab5e448248a89 (patch)
treedbeaa359f92d5c4a8a2850b59ae6489f0734c8fb /build-os-images.sh
parent597c552e516a848b5393256c625bb638f97cc304 (diff)
added buster image and cleanup repo handling
Diffstat (limited to 'build-os-images.sh')
-rwxr-xr-xbuild-os-images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-os-images.sh b/build-os-images.sh
index a148081..cc5d4e1 100755
--- a/build-os-images.sh
+++ b/build-os-images.sh
@@ -34,7 +34,7 @@ function run_build {
}
## debian
-for codename in stretch; do
+for codename in stretch buster; do
run_build "debian:$codename" "debian/$codename"
done