Add support for arm64

This commit is contained in:
cytopia
2022-03-27 07:46:56 +02:00
parent a02163b6c1
commit c35c942bf8
5 changed files with 8 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ env:
"NAME": "PHP",
"VERSION": ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"],
"FLAVOUR": ["default"],
"ARCH": ["linux/amd64"]
"ARCH": ["linux/amd64", "linux/arm64"]
}
]

View File

@@ -22,7 +22,7 @@ env:
"NAME": "PHP",
"VERSION": ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"],
"FLAVOUR": ["default"],
"ARCH": ["linux/amd64"]
"ARCH": ["linux/amd64", "linux/arm64"]
}
]

View File

@@ -22,7 +22,7 @@ env:
"NAME": "PHP",
"VERSION": ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"],
"FLAVOUR": ["default"],
"ARCH": ["linux/amd64"]
"ARCH": ["linux/amd64", "linux/arm64"]
}
]