From 18571eb20d2f75caa4b355b4868c86e1f15b124e Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Wed, 22 Dec 2021 20:04:34 +0000 Subject: [PATCH] ci: build stripped tgz Signed-off-by: Luca Guerra --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f485584..cacaf94e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -392,8 +392,8 @@ jobs: - run: name: Publish bin-dev command: | - FALCO_VERSION=$(cat /build-static/release/userspace/falco/config_falco.h | grep 'FALCO_VERSION ' | cut -d' ' -f3 | sed -e 's/^"//' -e 's/"$//') - /source/falco/scripts/publish-bin -f /build-static/release/falco-${FALCO_VERSION}-x86_64.tar.gz -r bin-dev -a x86_64 + FALCO_VERSION=$(cat /build/release/userspace/falco/config_falco.h | grep 'FALCO_VERSION ' | cut -d' ' -f3 | sed -e 's/^"//' -e 's/"$//') + /source/falco/scripts/publish-bin -f /build/release/falco-${FALCO_VERSION}-x86_64.tar.gz -r bin-dev -a x86_64 "publish/packages-deb-dev": docker: - image: docker.io/debian:stable @@ -506,8 +506,8 @@ jobs: - run: name: Publish bin command: | - FALCO_VERSION=$(cat /build-static/release/userspace/falco/config_falco.h | grep 'FALCO_VERSION ' | cut -d' ' -f3 | sed -e 's/^"//' -e 's/"$//') - /source/falco/scripts/publish-bin -f /build-static/release/falco-${FALCO_VERSION}-x86_64.tar.gz -r bin -a x86_64 + FALCO_VERSION=$(cat /build/release/userspace/falco/config_falco.h | grep 'FALCO_VERSION ' | cut -d' ' -f3 | sed -e 's/^"//' -e 's/"$//') + /source/falco/scripts/publish-bin -f /build/release/falco-${FALCO_VERSION}-x86_64.tar.gz -r bin -a x86_64 "publish/packages-deb": docker: - image: docker.io/debian:stable @@ -711,7 +711,6 @@ workflows: - falco - test-infra requires: - - "build/musl" - "rpm/sign" filters: tags: