From 2f584db98524b577bd8a8449f836e0417c3ff06f Mon Sep 17 00:00:00 2001 From: Eli Mallon Date: Wed, 18 Oct 2023 09:19:48 -0700 Subject: [PATCH] ci: add livepeer-vmagent to bundle --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4c8428101..124e98e21 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -75,6 +75,8 @@ jobs: -ldflags="-X 'main.Version=${{ github.ref_type == 'tag' && github.ref_name || github.event.pull_request.head.sha || github.sha }}'" \ cmd/catalyst/catalyst.go + cp ./scripts/livepeer-vmagent ./bin/livepeer-vmagent + - name: Strip binaries of debug symbols if: matrix.platform.name == 'linux' && matrix.architecture == 'amd64' run: |