Skip to content

Commit 92f647d

Browse files
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.
1 parent b2ac885 commit 92f647d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cfsetup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ stretch: &stretch
5252
post-cache:
5353
# build all packages (except macos and FIPS) and move them to /cfsetup/built_artifacts
5454
- ./build-packages.sh
55-
# publish packages to linux repos
56-
# TODO TUN-6180: Uncomment this - make release-pkgs-linux
5755
# release the packages built and moved to /cfsetup/built_artifacts
5856
- make github-release-built-pkgs
57+
# publish packages to linux repos
58+
- make release-pkgs-linux
5959
# handle FIPS separately so that we built with gofips compiler
6060
github-fips-release-pkgs:
6161
build_dir: *build_dir

0 commit comments

Comments
 (0)