AUTH-2718: Add target for publishing deb to pkg.cloudflare repo

This commit is contained in:
Michael Borkenstein
2020-06-26 13:47:11 -05:00
parent 92da73aa9d
commit 370c17e48c
2 changed files with 18 additions and 0 deletions

View File

@@ -22,6 +22,17 @@ stretch: &stretch
- export GOOS=linux
- export GOARCH=amd64
- make cloudflared-deb
publish-deb:
build_dir: *build_dir
builddeps:
- *pinned_go
- build-essential
- fakeroot
- rubygem-fpm
post-cache:
- export GOOS=linux
- export GOARCH=amd64
- make publish-deb
release-linux-amd64:
build_dir: *build_dir
builddeps: