TUN-6285: Upload pkg assets to repos when cloudflared is released.

This effectively means that during every release going forwards, we'll
have assets for the linux releases and distros that we want to support.
This commit is contained in:
Sudarsan Reddy 2022-05-25 14:01:53 +01:00
parent b2ac885370
commit 92f647d45c
1 changed files with 2 additions and 2 deletions

View File

@ -52,10 +52,10 @@ stretch: &stretch
post-cache:
# build all packages (except macos and FIPS) and move them to /cfsetup/built_artifacts
- ./build-packages.sh
# publish packages to linux repos
# TODO TUN-6180: Uncomment this - make release-pkgs-linux
# release the packages built and moved to /cfsetup/built_artifacts
- make github-release-built-pkgs
# publish packages to linux repos
- make release-pkgs-linux
# handle FIPS separately so that we built with gofips compiler
github-fips-release-pkgs:
build_dir: *build_dir