diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index e3b23c07..648f484f 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -269,7 +269,7 @@ jobs: enable_v8: true linux_musl_arm64: - name: Linux musl arm64 + name: Linux musl ARM64 uses: ./.github/workflows/build.yml with: branch: ${{ github.event.inputs.branch }} @@ -280,6 +280,19 @@ jobs: target_libc: musl enable_v8: false + linux_musl_arm64_v8: + name: Linux musl ARM64 V8 + if: github.event.inputs.enable_v8 == 'true' + uses: ./.github/workflows/build.yml + with: + branch: ${{ github.event.inputs.branch }} + version: ${{ github.event.inputs.version }} + is_debug: ${{ github.event.inputs.is_debug == 'true' }} + target_os: linux + target_cpu: arm64 + target_libc: musl + enable_v8: true + linux_musl_x64: name: Linux musl x64 uses: ./.github/workflows/build.yml @@ -644,6 +657,7 @@ jobs: - linux_arm64 - linux_arm64_v8 - linux_musl_arm64 + - linux_musl_arm64_v8 - linux_musl_x64 - linux_musl_x64_v8 - linux_musl_x86 diff --git a/README.md b/README.md index 85a5b9e7..8f0114e8 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,12 @@ Here are the download links for latest release: - Linux
musl + Linux
musl + arm64 + pdfium-linux-musl-arm64.tgz + pdfium-v8-linux-musl-arm64.tgz + + x64 pdfium-linux-musl-x64.tgz pdfium-v8-linux-musl-x64.tgz