Skip to content

Commit

Permalink
fix release building
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
  • Loading branch information
astoycos committed Jun 21, 2024
1 parent 18a13cc commit eef2866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Build Release
if: startsWith(github.ref, 'refs/tags/v')
run: |
cargo build --release --target ${{ matrix.arch.rust-target }}
${{ matrix.arch.command }} build --verbose --release --target ${{ matrix.arch.rust-target }}
- name: Package bpfman Release Binaries
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit eef2866

Please sign in to comment.