TUN-4714: Name nightly package cloudflared-nightly to avoid apt conflict

This commit is contained in:
cthuang
2021-07-14 20:45:29 +01:00
parent a7d2de1e12
commit 6e45e0d53b
2 changed files with 19 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ stretch: &stretch
- make cloudflared
build-deb:
build_dir: *build_dir
builddeps:
builddeps: &build_deb_deps
- *pinned_go_fips
- build-essential
- fakeroot
@@ -26,13 +26,18 @@ stretch: &stretch
- export GOARCH=amd64
- export FIPS=true
- make cloudflared-deb
build-deb-nightly:
build_dir: *build_dir
builddeps: *build_deb_deps
post-cache:
- export GOOS=linux
- export GOARCH=amd64
- export FIPS=true
- export NIGHTLY=true
- make cloudflared-deb
build-deb-arm64:
build_dir: *build_dir
builddeps:
- *pinned_go
- build-essential
- fakeroot
- rubygem-fpm
builddeps: *build_deb_deps
post-cache:
- export GOOS=linux
- export GOARCH=arm64