Open mavogel opened 2 years ago
Would love to use this locally, however the Docker image is not build for linux/arm64/v8
linux/arm64/v8
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Probably https://github.com/marketplace/actions/build-and-push-docker-images will help as the following ran fine
docker buildx build --platform=linux/arm/v8 -t aws-quota-checker:macm1 .
Would love to use this locally, however the Docker image is not build for
linux/arm64/v8
Probably https://github.com/marketplace/actions/build-and-push-docker-images will help as the following ran fine