We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee7f77 commit 3356c0fCopy full SHA for 3356c0f
.github/workflows/dargon2_library-builder.yml
@@ -40,6 +40,10 @@ jobs:
40
git clone https://github.com/P-H-C/phc-winner-argon2.git argon2_library
41
cd argon2_library
42
make
43
+ mv libargon2.1.dylib libargon2.1-x86_64.dylib
44
+ CFLAGS=--target=arm64-apple-macos11 make OPTTARGET=aarch64
45
+ mv libargon2.1.dylib libargon2.1-arm64.dylib
46
+ lipo -create libargon2.1-x86_64.dylib libargon2.1-arm64.dylib -output libargon2.1.dylib
47
- name: copy and push library
48
run: |
49
cp argon2_library/libargon2.1.dylib lib/src/blobs/libargon2-darwin.dylib
0 commit comments