Skip to content

Commit c7f343a

Browse files
committed
TUN-7390: Remove Debian stretch builds
1 parent 7ecb6d3 commit c7f343a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cfsetup.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pinned_go_fips: &pinned_go_fips go-boring=1.19.6-1
33

44
build_dir: &build_dir /cfsetup_build
55
default-flavor: bullseye
6-
stretch: &stretch
6+
buster: &buster
77
build:
88
build_dir: *build_dir
99
builddeps: &build_deps
@@ -268,6 +268,5 @@ stretch: &stretch
268268
- export GOARCH=amd64
269269
- make publish-cloudflared-junos
270270

271-
buster: *stretch
272-
bullseye: *stretch
273-
bookworm: *stretch
271+
bullseye: *buster
272+
bookworm: *buster

0 commit comments

Comments
 (0)