Skip to content

Commit 9637be3

Browse files
committed
test arm build debian
1 parent d843ef0 commit 9637be3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,14 @@ jobs:
315315
if: matrix.config.name == 'ARM Ubuntu 22.04'
316316
run: sudo apt-get update && sudo apt-get install -y chromium-browser
317317

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+
318326
- name: Symlink custom working directory
319327
shell: cmd
320328
if: runner.os == 'Windows' && matrix.config.working-directory

0 commit comments

Comments
 (0)