EDGEPLAT-2958 build cloudflared for Bullseye
Signed-off-by: Joe Groocock <jgroocock@cloudflare.com>
This commit is contained in:
parent
23f2a04ed7
commit
11acb50cf7
|
@ -1,6 +1,6 @@
|
||||||
pinned_go: &pinned_go go=1.15.5-1
|
pinned_go: &pinned_go go=1.15.5-1
|
||||||
build_dir: &build_dir /cfsetup_build
|
build_dir: &build_dir /cfsetup_build
|
||||||
default-flavor: stretch
|
default-flavor: buster
|
||||||
stretch: &stretch
|
stretch: &stretch
|
||||||
build:
|
build:
|
||||||
build_dir: *build_dir
|
build_dir: *build_dir
|
||||||
|
@ -239,10 +239,8 @@ stretch: &stretch
|
||||||
- export GOARCH=amd64
|
- export GOARCH=amd64
|
||||||
- make publish-cloudflared-junos
|
- make publish-cloudflared-junos
|
||||||
|
|
||||||
jessie: *stretch
|
|
||||||
|
|
||||||
buster: *stretch
|
buster: *stretch
|
||||||
|
bullseye: *stretch
|
||||||
centos-7:
|
centos-7:
|
||||||
publish-rpm:
|
publish-rpm:
|
||||||
build_dir: *build_dir
|
build_dir: *build_dir
|
||||||
|
|
Loading…
Reference in New Issue