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
When pulling from the ECR repository (#364), some of the images are the wrong architecture (arm64 instead of x86/amd64). This results in noticeably reduced performance of local requests (due to emulation I guess). Images affected: Deno Relay, Studio, Kong, PG Meta.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Use latest version of the CLI
Run supabase start in any project
Expected behavior
The images should be for the correct architecture, like they were before.
Screenshots
System information
OS: Windows 11
Docker on WSL 2.0
Version of CLI: 1.0.1
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
When pulling from the ECR repository (#364), some of the images are the wrong architecture (arm64 instead of x86/amd64). This results in noticeably reduced performance of local requests (due to emulation I guess). Images affected: Deno Relay, Studio, Kong, PG Meta.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
supabase start
in any projectExpected behavior
The images should be for the correct architecture, like they were before.
Screenshots
System information
The text was updated successfully, but these errors were encountered: