Skip to content

Commit

Permalink
Remove Fedora RPM build logic (#73)
Browse files Browse the repository at this point in the history
Fedora RPM build logic now lives in the Fedora package repo.

Signed-off-by: Jose Fernandez <[email protected]>
  • Loading branch information
jfernandez authored Jul 28, 2024
1 parent e16dcc0 commit 6fcf03d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
path: target/${{ matrix.target }}/release/bpftop
if-no-files-found: error

build_rpm_and_release:
create_release:
needs: build_and_test
runs-on: ubuntu-20.04
if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -78,15 +78,12 @@ jobs:
pattern: bpftop-*
path: artifacts
merge-multiple: true

- name: Build RPM
run: ./build-rpm.sh

- name: Create Release and Upload Artifacts
uses: ncipollo/[email protected]
if: startsWith(github.ref, 'refs/tags/v')
with:
artifacts: "artifacts/*,bpftop-*.rpm"
artifacts: "artifacts/bpftop-*"
draft: true
allowUpdates: true
updateOnlyUnreleased: true
30 changes: 0 additions & 30 deletions build-rpm.sh

This file was deleted.

33 changes: 0 additions & 33 deletions dockerfiles/Dockerfile.rpm

This file was deleted.

0 comments on commit 6fcf03d

Please sign in to comment.