Skip to content

Commit 46cc8d8

Browse files
committed
add osx-arm64 support
1 parent 2331d64 commit 46cc8d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/trigger-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
steps:
1313
- name: Send dispatch event to nethermind repo
1414
run: |
15-
curl -v -X POST -u "${{ secrets.PAT_USERNAME }}:${{ secrets.PAT_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" --data '{"event_type":"rocksdb_build"}' https://api.github.com/repos/nethermindeth/nethermind/dispatches
15+
curl -v -X POST -u "${{ secrets.REPOSITORY_DISPATCH_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" --data '{"event_type":"rocksdb_build"}' https://api.github.com/repos/nethermindeth/nethermind/dispatches
1616

RocksDbNative/RocksDbNative.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
<Content Include="runtimes\osx-x64\native\librocksdb.dylib">
6565
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6666
</Content>
67-
<!-- <Content Include="runtimes\osx-arm64\native\librocksdb.dylib">
67+
<Content Include="runtimes\osx-arm64\native\librocksdb.dylib">
6868
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
69-
</Content> -->
69+
</Content>
7070
<Content Include="runtimes\win-x64\native\rocksdb.dll">
7171
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7272
</Content>
8.84 MB
Binary file not shown.

0 commit comments

Comments
 (0)