Skip to content

Commit

Permalink
ci: add livepeer-vmagent to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Oct 18, 2023
1 parent 44c0855 commit 2f584db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2f584db

Please sign in to comment.