We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d843ef0 commit 9637be3Copy full SHA for 9637be3
.github/workflows/build.yml
@@ -315,6 +315,14 @@ jobs:
315
if: matrix.config.name == 'ARM Ubuntu 22.04'
316
run: sudo apt-get update && sudo apt-get install -y chromium-browser
317
318
+ - name: Ensure fpm works on ARM64
319
+ if: matrix.config.name == 'ARM Ubuntu 22.04'
320
+ run: |
321
+ sudo apt-get update
322
+ sudo apt-get install -y ruby ruby-dev
323
+ sudo gem install fpm
324
+ echo "USE_SYSTEM_FPM=true" >> $GITHUB_ENV
325
+
326
- name: Symlink custom working directory
327
shell: cmd
328
if: runner.os == 'Windows' && matrix.config.working-directory
0 commit comments