brennerm / aws-quota-checker

Keep an eye on your AWS quotas before you hit their limits
https://pypi.org/project/aws-quota-checker/
MIT License
84 stars 36 forks source link

Build for MacM1 #39

Open mavogel opened 1 year ago

mavogel commented 1 year ago

Would love to use this locally, however the Docker image is not build for 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 .