Skip to content

Commit

Permalink
Add 8.2 tag to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-sainthillier committed Sep 26, 2023
1 parent 1ce28fb commit 5c95c2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ update:

build:
$(update)
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --no-cache -t silarhi/php-apache:8.1 --no-cache -t silarhi/php-apache:latest 8.1
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --no-cache -t silarhi/php-apache:8.2 --no-cache -t silarhi/php-apache:latest 8.2
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --no-cache -t silarhi/php-apache:8.2-symfony 8.2-symfony
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --no-cache -t silarhi/php-apache:8.1 8.1
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --no-cache -t silarhi/php-apache:8.1-symfony 8.1-symfony
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --no-cache -t silarhi/php-apache:8.0 8.0
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --no-cache -t silarhi/php-apache:8.0-symfony 8.0-symfony
Expand Down

0 comments on commit 5c95c2a

Please sign in to comment.