Changes the qpdf building to be cross compiled instead of emulated

This commit is contained in:
Trenton H
2022-12-13 12:31:20 -08:00
parent 6a023507e2
commit bae715cd34
6 changed files with 168 additions and 39 deletions

View File

@@ -127,6 +127,7 @@ jobs:
uses: ./.github/workflows/reusable-workflow-builder.yml
with:
dockerfile: ./docker-builders/Dockerfile.qpdf
build-platforms: linux/amd64
build-json: ${{ needs.prepare-docker-build.outputs.qpdf-json }}
build-args: |
QPDF_VERSION=${{ fromJSON(needs.prepare-docker-build.outputs.qpdf-json).version }}