Skip to content

Commit 15a807f

Browse files
committed
Add note on requirement for x86_64 instruction set architecture.
1 parent 746e71b commit 15a807f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

weasyprint/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Lambda must be configured with these env vars:
3030
FONTCONFIG_PATH="/opt/fonts"
3131
XDG_DATA_DIRS="/opt/lib"
3232

33+
Ensure your Lambda instruction set architecture is set to `x86_64`, as `arm64` is not currently supported as a build type.
34+
3335
## Docker Lambda
3436

3537
Build layer:

0 commit comments

Comments
 (0)