Skip to content

Commit d0e7791

Browse files
committed
ci: add windows arm target
1 parent d3a7a35 commit d0e7791

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ jobs:
9494
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
9595
vcpkg install openssl:x64-windows-static-md
9696
97+
- target: aarch64-pc-windows-msvc
98+
os: windows-11-arm
99+
exe: ".exe"
100+
install: |
101+
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
102+
vcpkg install openssl:arm64-windows-static-md
103+
97104
runs-on: ${{ matrix.os }}
98105

99106
steps:

0 commit comments

Comments
 (0)