Skip to content

Commit

Permalink
change build options for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
danielme85 committed Sep 13, 2023
1 parent 1b826d7 commit f927c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildDockerImages.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
echo "Building PHP8 image..." &&
cd ./docker/php8 && docker buildx build --platform linux/amd64,linux/arm64 --push . -t ghcr.io/danielme85/lltdb-testbench:latest
cd ./docker/php8 && docker buildx build --push . -t ghcr.io/danielme85/lltdb-testbench:latest

0 comments on commit f927c1f

Please sign in to comment.