aws-quota-checker icon indicating copy to clipboard operation
aws-quota-checker copied to clipboard

Build for MacM1

Open mavogel opened this issue 1 year ago • 0 comments

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 .

mavogel avatar Oct 02 '22 16:10 mavogel