TUN-5551: Internally published debian artifacts are now named just cloudflared even though they are FIPS compliant

This way we will force the adoption of FIPS compliant cloudflared without having
to handle the transition for systems that already have it installed (since we
were previously using new artifacts with fips suffix)  nor without having to
segregate the resulting binary name (since we were always generating a binary
just called cloudflared from the unpacked debian archive to avoid having to change
any automation that assumes the binary to be called just that).
This commit is contained in:
Nuno Diegues
2022-01-03 18:39:08 +00:00
parent 5f380f3a54
commit ead93e9f26
2 changed files with 11 additions and 9 deletions

View File

@@ -93,7 +93,8 @@ stretch: &stretch
- export GOOS=linux
- export GOARCH=amd64
- export FIPS=true
- make cloudflared-internal-deb
- export ORIGINAL_NAME=true
- make cloudflared-deb
build-fips-internal-deb-nightly:
build_dir: *build_dir
builddeps: *build_fips_deb_deps
@@ -102,7 +103,8 @@ stretch: &stretch
- export GOARCH=amd64
- export NIGHTLY=true
- export FIPS=true
- make cloudflared-internal-deb
- export ORIGINAL_NAME=true
- make cloudflared-deb
build-deb-arm64:
build_dir: *build_dir
builddeps: *build_deb_deps