From c7f343a3b4eff0133aeed4da7b14ce9c66b34f5a Mon Sep 17 00:00:00 2001 From: Devin Carr Date: Mon, 24 Apr 2023 15:45:48 -0700 Subject: [PATCH] TUN-7390: Remove Debian stretch builds --- cfsetup.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cfsetup.yaml b/cfsetup.yaml index a77e04ed..45177dcb 100644 --- a/cfsetup.yaml +++ b/cfsetup.yaml @@ -3,7 +3,7 @@ pinned_go_fips: &pinned_go_fips go-boring=1.19.6-1 build_dir: &build_dir /cfsetup_build default-flavor: bullseye -stretch: &stretch +buster: &buster build: build_dir: *build_dir builddeps: &build_deps @@ -268,6 +268,5 @@ stretch: &stretch - export GOARCH=amd64 - make publish-cloudflared-junos -buster: *stretch -bullseye: *stretch -bookworm: *stretch +bullseye: *buster +bookworm: *buster