Skip to content

Commit

Permalink
Merge pull request #2409 from lebauce/ovn-in-binary-release
Browse files Browse the repository at this point in the history
Enable OVN probe in released binary
  • Loading branch information
lebauce committed Jan 8, 2022
2 parents 0e770c5 + 77f1472 commit 645135a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fi
set -v

changelog=$(scripts/ci/extract-changelog.py CHANGELOG.md $CHANGELOG_VERSION)
make static WITH_EBPF=true
make static WITH_EBPF=true WITH_OVN=true
${dir}/../../contrib/packaging/rpm/generate-skydive-bootstrap.sh -s -r ${TAG}

release "$changelog"
Expand Down

1 comment on commit 645135a

@mnasiadka
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There haven't been a new release tag after this commit - are the latest binaries downloadable from GitHub including OVN probe?

Please sign in to comment.