File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ ls -lh dist/
18
18
if [ " $( uname) " == Darwin ]; then
19
19
# https://wiki.corp.mongodb.com/display/BUILD/How+to+use+MacOS+notary+service
20
20
# download macnotary client
21
- curl -LO https://macos-notary-1628249594.s3.amazonaws.com/releases/client/latest/darwin_amd64 .zip
22
- unzip darwin_amd64 .zip
23
- chmod +x ./darwin_amd64 /macnotary
24
- ./darwin_amd64 /macnotary -v
21
+ curl -LO https://macos-notary-1628249594.s3.amazonaws.com/releases/client/latest/darwin_arm64 .zip
22
+ unzip darwin_arm64 .zip
23
+ chmod +x ./darwin_arm64 /macnotary
24
+ ./darwin_arm64 /macnotary -v
25
25
26
26
FILE=$( echo ./dist/* .zip)
27
27
echo " notarizing $FILE ..."
28
28
29
29
# notarize the client
30
- ./darwin_amd64 /macnotary \
30
+ ./darwin_arm64 /macnotary \
31
31
-f " $FILE " \
32
32
-m $notarymode -u https://dev.macos-notary.build.10gen.cc/api \
33
33
-b com.mongodb.mongosh \
You can’t perform that action at this time.
0 commit comments