Hi Team,
I have successfully built the Azure-App-Service/php docker image on Linux/ARM64 environment by using the below command :
docker buildx build $USERNAME/$REPO:$COMMITID -- platform linux/arm64,linux/amd64 --push $SOURCEREPO
I have used buildx in the build.sh file to build and push the docker images for both AMD64 and ARM64 architectures.
Please have a look at the changes here.
May I know the releases process used to push docker Image to the Docker hub?
Do you have any plans for releasing arm64 image?
I am happy to contribute and raise PR if you are interested.