Skip to content

Commit

Permalink
Build RPM using correct architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
null-dev committed Apr 5, 2021
1 parent 3b97c74 commit 929b2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Package Linux .deb
run: cargo deb
- name: Package Linux .rpm
run: cargo rpm build -v
run: cargo rpm build -v --target ${{ matrix.target }}

- name: Run tests
run: cargo test --verbose
Expand All @@ -55,7 +55,7 @@ jobs:
retention-days: 5
path: |
target/debian
target/release/rpmbuild/RPMS
target/*/release/rpmbuild/RPMS
build-windows:
runs-on: windows-latest
strategy:
Expand Down

0 comments on commit 929b2bc

Please sign in to comment.