feat: able to use buildx by kotaroooo0 · Pull Request #379 · aws/aws-codebuild-docker-images
problem We can not use Buildx on CodeBuild. $ docker buildx version docker: 'buildx' is not a docker command. To use Buildx, I must write this script on buildspec.yml. $ DOCKER_BUILDKIT=1 ...