mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
parent
eba3a42372
commit
70eaf4d190
12
.github/workflows/dotnet-core.yml
vendored
12
.github/workflows/dotnet-core.yml
vendored
@ -28,6 +28,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build-win-x86
|
name: build-win-x86
|
||||||
path: bin/Win32/Release/v143/dynamic/libsodium.dll
|
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:
|
build-others:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -38,14 +42,6 @@ jobs:
|
|||||||
version: master
|
version: master
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: build-linux-x64
|
||||||
run: |
|
run: |
|
||||||
rm -fr zig-out .zig-cache; zig build -Doptimize=ReleaseFast -Dtarget=x86_64-linux-gnu.2.17
|
rm -fr zig-out .zig-cache; zig build -Doptimize=ReleaseFast -Dtarget=x86_64-linux-gnu.2.17
|
||||||
|
Loading…
Reference in New Issue
Block a user