From 92f647d45ca3941c1a959699d113c3b206c8de8c Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Wed, 25 May 2022 14:01:53 +0100 Subject: [PATCH] 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. --- cfsetup.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfsetup.yaml b/cfsetup.yaml index 1a8da793..5342f0a9 100644 --- a/cfsetup.yaml +++ b/cfsetup.yaml @@ -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