Skip to content

Commit

Permalink
install rpmbuild on ubuntu arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Jan 29, 2025
1 parent fd70f03 commit bb08b55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb08b55

Please sign in to comment.