Skip to content

Commit b75ea26

Browse files
committed
Update test-build-linux.yml
1 parent b71fb61 commit b75ea26

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test-build-linux.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,14 @@ jobs:
7070
- name: Create placeholder creds file
7171
run: touch log_creds.txt
7272

73+
- name: Install fpm for arm64 packaging
74+
run: |
75+
sudo apt-get install -y ruby ruby-dev rpm build-essential
76+
sudo gem install fpm
77+
7378
- name: Run build
79+
env:
80+
USE_SYSTEM_FPM: 'true'
7481
run: |
7582
yarn set version 1.22.18
7683
yarn build --linux --arm64 --publish never

0 commit comments

Comments
 (0)