Skip to content

Commit be3fa25

Browse files
Enable linux arm build
1 parent d27191d commit be3fa25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/prebuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: prebuild for Linux (x64)
3737
run: npx prebuild --runtime napi --arch x64 --include-regex '(\.node|\.dylib|ffmpeg|ffprobe)$' --upload ${{ secrets.GITHUB_TOKEN }}
3838

39+
- name: prebuild for Linux (arm64)
40+
run: npx prebuild --runtime napi --arch arm64 --include-regex '(\.node|\.dylib|ffmpeg|ffprobe)$' --upload ${{ secrets.GITHUB_TOKEN }}
41+
3942
windows-package:
4043
permissions:
4144
contents: write

0 commit comments

Comments
 (0)