Skip to content

Commit

Permalink
chore: test rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Oct 11, 2023
1 parent 7167f09 commit 6d4b151
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,15 @@ jobs:
shared-key: check-${{ env.LINUX_TARGET }}-ubuntu-latest

- name: Create .deb
run: cargo deb -p homestar-runtime --target ${{env.LINUX_TARGET}}
run: cargo deb -p homestar-runtime --target ${{ env.LINUX_TARGET }}

- name: Compile
run: |
cargo build -p homestar-runtime --locked --release --target ${{ env.LINUX_TARGET }}
strip -s target/release/homestar
- name: Create .rpm
run: cargo generate-rpm
run: cargo generate-rpm -p homestar

- name: Upload Release Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6d4b151

Please sign in to comment.