We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27191d commit be3fa25Copy full SHA for be3fa25
.github/workflows/prebuild.yml
@@ -36,6 +36,9 @@ jobs:
36
- name: prebuild for Linux (x64)
37
run: npx prebuild --runtime napi --arch x64 --include-regex '(\.node|\.dylib|ffmpeg|ffprobe)$' --upload ${{ secrets.GITHUB_TOKEN }}
38
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
+
42
windows-package:
43
permissions:
44
contents: write
0 commit comments