EDGEPLAT-3918: build cloudflared for Bookworm
Adds bookworm to cfsetup.yaml
This commit is contained in:
parent
b9cba7f2ae
commit
7a9207a6e1
|
@ -2,7 +2,7 @@ pinned_go: &pinned_go go=1.17.10-1
|
||||||
pinned_go_fips: &pinned_go_fips go-boring=1.17.9-1
|
pinned_go_fips: &pinned_go_fips go-boring=1.17.9-1
|
||||||
|
|
||||||
build_dir: &build_dir /cfsetup_build
|
build_dir: &build_dir /cfsetup_build
|
||||||
default-flavor: buster
|
default-flavor: bullseye
|
||||||
stretch: &stretch
|
stretch: &stretch
|
||||||
build:
|
build:
|
||||||
build_dir: *build_dir
|
build_dir: *build_dir
|
||||||
|
@ -246,6 +246,7 @@ stretch: &stretch
|
||||||
|
|
||||||
buster: *stretch
|
buster: *stretch
|
||||||
bullseye: *stretch
|
bullseye: *stretch
|
||||||
|
bookworm: *stretch
|
||||||
centos-7:
|
centos-7:
|
||||||
publish-rpm:
|
publish-rpm:
|
||||||
build_dir: *build_dir
|
build_dir: *build_dir
|
||||||
|
|
Loading…
Reference in New Issue