-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No m1 arm mac build #11
Comments
felix-schindler
added a commit
to felix-schindler/deno-argon2
that referenced
this issue
Aug 3, 2023
This should close all the issues in fdionisi/deno-argon2. Closes fdionisi#7, fdionisi#10 and fdionisi#11
felix-schindler
added a commit
to felix-schindler/deno-argon2
that referenced
this issue
Aug 3, 2023
This should close all the issues in fdionisi/deno-argon2. Closes fdionisi#7, closes fdionisi#10 and closes fdionisi#11
felix-schindler
added a commit
to felix-schindler/deno-argon2
that referenced
this issue
Aug 3, 2023
This should close all the issues in fdionisi/deno-argon2. Closes fdionisi#7, closes fdionisi#10 and closes fdionisi#11
felix-schindler
added a commit
to felix-schindler/deno-argon2
that referenced
this issue
Aug 3, 2023
This should close all the issues in fdionisi/deno-argon2. Closes fdionisi#7, closes fdionisi#10 and closes fdionisi#11
felix-schindler
added a commit
to felix-schindler/deno-argon2
that referenced
this issue
Aug 3, 2023
This should close all the issues in fdionisi/deno-argon2. Closes fdionisi#7, closes fdionisi#10 and closes fdionisi#11
felix-schindler
added a commit
to felix-schindler/deno-argon2
that referenced
this issue
Aug 3, 2023
This should close all the issues in fdionisi/deno-argon2. Closes fdionisi#7, closes fdionisi#10 and closes fdionisi#11
felix-schindler
added a commit
to felix-schindler/deno-argon2
that referenced
this issue
Aug 3, 2023
This should close all the issues in fdionisi/deno-argon2. Closes fdionisi#7, closes fdionisi#10 and closes fdionisi#11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm importing the ffi version directly from the pr like this:
import * as argon2 from "https://raw.githubusercontent.com/cake-monotone/deno-argon2/c80140ec0e56fc3a0a8850c574be73d9da42b9d2/lib/mod.ts";
Unfortunately there doesn't seem to be an arm build for my m1 mac:
Specifically this part of the error:
mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')
The text was updated successfully, but these errors were encountered: