Created
July 1, 2025 00:04
-
-
Save thinkingcap/8eaee9708c719e4bdfdcfbe7353adaea to your computer and use it in GitHub Desktop.
Build FrankenPHP static binaries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker buildx bake \ | |
| --load \ | |
| --set static-builder-gnu.args.PHP_VERSION=8.3 static-builder-gnu \ | |
| --set '*.platform=linux/amd64' | |
| docker cp $(docker create --name static-builder-gnu dunglas/frankenphp:static-builder-gnu):/go/src/app/dist/frankenphp-linux-$(uname -m) frankenphp ; docker rm static-builder-gnu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment