update package CI/CD to build binary also for Windows ARM64

This commit is contained in:
GyulyVGC
2025-10-15 23:15:01 +02:00
parent 6fc294fbb9
commit a3a03f943f

View File

@@ -35,6 +35,9 @@ jobs:
- os: windows
arch: amd64
target: x86_64-pc-windows-msvc
- os: windows
arch: arm64
target: aarch64-pc-windows-msvc
steps:
- name: Checkout repository
@@ -58,6 +61,7 @@ jobs:
{
"i386" { "Lib" }
"amd64" { "Lib\x64" }
"arm64" { "Lib\x64" }
default { throw "$ARCH is not supported!" }
}
Add-Content -Path "$env:GITHUB_ENV" -Value "LIB=$env:TEMP\npcap-sdk\$LibPath"
@@ -339,6 +343,8 @@ jobs:
target: i686-pc-windows-msvc
- arch: 64-bit
target: x86_64-pc-windows-msvc
- arch: arm64
target: aarch64-pc-windows-msvc
steps:
- name: Checkout repository