mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Add docker to the downloads page.
This commit is contained in:
@@ -68,6 +68,7 @@ $os = [
|
||||
'linux-fedora' => 'Fedora',
|
||||
'linux-redhat' => 'RedHat',
|
||||
'linux-ubuntu' => 'Ubuntu',
|
||||
'linux-docker' => 'Docker',
|
||||
],
|
||||
],
|
||||
'osx' => [
|
||||
@@ -75,6 +76,7 @@ $os = [
|
||||
'variants' => [
|
||||
'osx-homebrew' => 'Homebrew/Brew',
|
||||
'osx-homebrew-php' => 'Homebrew/Homebrew-PHP',
|
||||
'osx-docker' => 'Docker',
|
||||
'osx-macports' => 'MacPorts',
|
||||
],
|
||||
],
|
||||
@@ -85,6 +87,7 @@ $os = [
|
||||
'windows-native' => 'Windows Native Build',
|
||||
'windows-chocolatey' => 'Windows with Chocolatey',
|
||||
'windows-scoop' => 'Windows with Scoop',
|
||||
'windows-docker' => 'Windows with Docker',
|
||||
'windows-wsl-debian' => 'Windows with WSL/Debian',
|
||||
'windows-wsl-ubuntu' => 'Windows with WSL/Ubuntu',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user