Skip to content

Commit 6960b61

Browse files
committed
no buater
1 parent b6ee62b commit 6960b61

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.drone.jsonnet

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local build(arch, distro, dind) = [{
1111
steps: [
1212
{
1313
name: "bootstrap",
14-
image: "debian:buster-slim",
14+
image: "debian:" + distro + "-slim",
1515
commands: [
1616
"./bootstrap/bootstrap-" + distro + ".sh " + arch
1717
],
@@ -170,7 +170,4 @@ local build(arch, distro, dind) = [{
170170

171171
build("amd64", "bookworm", "20.10.21-dind") +
172172
build("arm64", "bookworm", "19.03.8-dind") +
173-
build("arm", "bookworm", "19.03.8-dind") +
174-
build("amd64", "buster", "20.10.21-dind") +
175-
build("arm64", "buster", "19.03.8-dind") +
176-
build("arm", "buster", "19.03.8-dind")
173+
build("arm", "bookworm", "19.03.8-dind")

0 commit comments

Comments
 (0)