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
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
mysqld is failing with the above error saying cannot execute binary file on AWS based graviton machine which is based on arm64 architecture.
The code being used in test case: DownloadConfig downloadConfig = aDownloadConfig() .withCacheDir(System.getProperty("java.io.tmpdir")).build(); embeddedMysql = anEmbeddedMysql(v5_7_latest, downloadConfig).start();
Thanks in advance.!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mysqld is failing with the above error saying cannot execute binary file on AWS based graviton machine which is based on arm64 architecture.
The code being used in test case:
DownloadConfig downloadConfig = aDownloadConfig() .withCacheDir(System.getProperty("java.io.tmpdir")).build(); embeddedMysql = anEmbeddedMysql(v5_7_latest, downloadConfig).start();
Thanks in advance.!
The text was updated successfully, but these errors were encountered: