mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
install rpmbuild on ubuntu arm64
This commit is contained in:
parent
fd70f03259
commit
bb08b5599c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/package.yaml
vendored
5
.github/workflows/package.yaml
vendored
|
|
@ -22,6 +22,11 @@ jobs:
|
|||
java-version: '22.0.2'
|
||||
- name: Show Build Versions
|
||||
run: ./gradlew -v
|
||||
- name: Install rpmbuild
|
||||
if: ${{ runner.os == 'Linux' && runner.arch == 'Arm64' }}
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y rpm fakeroot binutils
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew jpackage
|
||||
- name: Package zip distribution
|
||||
|
|
|
|||
Loading…
Reference in a new issue