File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 101
101
name: Linux_X86-64_zip
102
102
- path: '*Linux_64bit.AppImage'
103
103
name: Linux_X86-64_app_image
104
+ - path: '*Linux_64bit.rpm'
105
+ name: Linux_X86-64_rpm
104
106
- config:
105
107
name: macOS x86
106
108
runs-on: macos-13
145
147
name: Linux_arm64_zip
146
148
- path: '*Linux_arm64.AppImage'
147
149
name: Linux_arm64_app_image
150
+ - path: '*Linux_arm64.rpm'
151
+ name: Linux_arm64_rpm
148
152
PAID_RUNNER_BUILD_DATA : |
149
153
# This system was implemented to allow selective use of paid GitHub-hosted runners, due to the Apple Silicon runner
150
154
# incurring a charge at that time. Free Apple Silicon runners are now available so the configuration was moved to
@@ -311,7 +315,14 @@ jobs:
311
315
- name : Install Chromium (ARM only)
312
316
if : matrix.config.name == 'ARM Ubuntu 22.04'
313
317
run : sudo apt-get update && sudo apt-get install -y chromium-browser
314
-
318
+
319
+ - name : Ensure fpm works on ARM64
320
+ if : matrix.config.name == 'ARM Ubuntu 22.04'
321
+ run : |
322
+ sudo apt-get update
323
+ sudo apt-get install -y ruby ruby-dev
324
+ sudo gem install fpm
325
+ echo "USE_SYSTEM_FPM=true" >> $GITHUB_ENV
315
326
- name : Symlink custom working directory
316
327
shell : cmd
317
328
if : runner.os == 'Windows' && matrix.config.working-directory
You can’t perform that action at this time.
0 commit comments