-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ghostscript version 10 #16
Ghostscript version 10 #16
Conversation
@@ -1,6 +1,6 @@ | |||
FROM lambci/lambda-base-2:build | |||
ENV GS_TAG=gs9561 | |||
ENV GS_VERSION=9.56.1 | |||
ENV GS_TAG=gs1000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unsure if this is the desired tag for v10, given it now seems to be 'lower' than the previous 9.56.1 tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, it's used only to download the correct build
Fixes #17 |
I can update the readme docs once the new layer version has been published |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @ryancormack!
I've just updated the readme, but thanks for offering! |
Ghostscript version 10
I've built this on my Apple Silicon MBP using
docker buildx build --platform linux/amd64 -t gs-lambda-layer .
Deployed and tested to a Node 16 Lambda on x86 (it doesn't seem to run on ARM Lambda runtimes)
Testing output: