TRAFFIC-448: build cloudflare for junos and publish to s3

This commit is contained in:
Lee Valentine
2020-09-22 16:56:23 -05:00
committed by Areg Harutyunyan
parent da0792a321
commit e2ff7f65fc
4 changed files with 95 additions and 1 deletions

View File

@@ -209,6 +209,35 @@ stretch: &stretch
pre-cache: *install_pygithub
post-cache:
- make github-message
build-junos:
build_dir: *build_dir
builddeps:
- *pinned_go
- build-essential
- python3
- genisoimage
- jetez
pre-cache:
- ln -s /usr/bin/genisoimage /usr/bin/mkisofs
post-cache:
- export GOOS=freebsd
- export GOARCH=amd64
- make cloudflared-junos
publish-junos:
build_dir: *build_dir
builddeps:
- *pinned_go
- build-essential
- python3
- genisoimage
- jetez
- s4cmd
pre-cache:
- ln -s /usr/bin/genisoimage /usr/bin/mkisofs
post-cache:
- export GOOS=freebsd
- export GOARCH=amd64
- make publish-cloudflared-junos
jessie: *stretch