From be3fa256946efdd28a819e8a3aeb2c28d5eb56b5 Mon Sep 17 00:00:00 2001 From: Srikanth Kotagiri Date: Thu, 6 Feb 2025 03:31:34 +0000 Subject: [PATCH 1/2] Enable linux arm build --- .github/workflows/prebuild.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 59c6833..6482b6e 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -36,6 +36,9 @@ jobs: - name: prebuild for Linux (x64) run: npx prebuild --runtime napi --arch x64 --include-regex '(\.node|\.dylib|ffmpeg|ffprobe)$' --upload ${{ secrets.GITHUB_TOKEN }} + - name: prebuild for Linux (arm64) + run: npx prebuild --runtime napi --arch arm64 --include-regex '(\.node|\.dylib|ffmpeg|ffprobe)$' --upload ${{ secrets.GITHUB_TOKEN }} + windows-package: permissions: contents: write From 3578f7ffc59aecb2f63de71a43d931af6dd3eb43 Mon Sep 17 00:00:00 2001 From: Srikanth Kotagiri Date: Thu, 6 Feb 2025 03:34:39 +0000 Subject: [PATCH 2/2] Updating git tag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09476d5..cb22bbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beamcoder-prebuild", - "version": "0.7.1-rc.18", + "version": "0.7.2-rc.1", "description": "Node.js native bindings to FFmpeg.", "main": "index.js", "types": "index.d.ts",