Skip to content

Commit

Permalink
Dirty Hack: Using fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamig committed Jun 7, 2023
1 parent 1f56d74 commit 74772a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- name: Install RPMBuilder
- name: Setup Linux build dependencies
run: |
brew update
brew install fpm
brew install rpm squashfs
sudo gem install fpm
export USE_SYSTEM_FPM="true"
- name: Copy builder config
shell: bash
run: |
Expand Down

0 comments on commit 74772a0

Please sign in to comment.