Skip to content

Commit

Permalink
Merge pull request #30 from Iamrodos/master
Browse files Browse the repository at this point in the history
Add note on requirement for x86_64 instruction set architecture.
  • Loading branch information
kalekseev authored Sep 23, 2024
2 parents 746e71b + 5331ba0 commit 3d9d7c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weasyprint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Lambda must be configured with these env vars:
FONTCONFIG_PATH="/opt/fonts"
XDG_DATA_DIRS="/opt/lib"

If you are using the release zip files ensure your Lambda instruction set architecture is set to `x86_64` and not `arm64`.

## Docker Lambda

Build layer:
Expand Down

0 comments on commit 3d9d7c0

Please sign in to comment.