You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 .
The text was updated successfully, but these errors were encountered: