Skip to content

Commit

Permalink
Build libsodium.dll with VC++ for win-arm64
Browse files Browse the repository at this point in the history
Fixes #1431
  • Loading branch information
jedisct1 committed Dec 10, 2024
1 parent 79ebe28 commit 8d82c03
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
name: build-win-x86
path: bin/Win32/Release/v143/dynamic/libsodium.dll
- uses: actions/upload-artifact@v4
with:
name: build-win-arm64
path: bin/ARM64/Release/v143/dynamic/libsodium.dll

build-others:
runs-on: ubuntu-latest
Expand All @@ -38,14 +42,6 @@ jobs:
version: master
- uses: actions/checkout@v4

- name: build-win-arm64
run: |
rm -fr zig-out .zig-cache; zig build -Doptimize=ReleaseFast -Dtarget=aarch64-windows
- uses: actions/upload-artifact@v4
with:
name: build-win-arm64
path: zig-out/bin/libsodium.dll

- name: build-linux-x64
run: |
rm -fr zig-out .zig-cache; zig build -Doptimize=ReleaseFast -Dtarget=x86_64-linux-gnu.2.17
Expand Down

0 comments on commit 8d82c03

Please sign in to comment.