Skip to content

Commit

Permalink
Merge pull request #7 from mscottford/arm64-builds
Browse files Browse the repository at this point in the history
Builds for arm64
  • Loading branch information
shimat authored Aug 18, 2024
2 parents 086b64f + 40dea4b commit 820c7d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
echo ${env:VCPKG_ROOT}
& ${env:VCPKG_ROOT}\vcpkg install tesseract:x64-windows-static
& ${env:VCPKG_ROOT}\vcpkg install tesseract:x86-windows-static
& ${env:VCPKG_ROOT}\vcpkg install tesseract:arm64-windows-static
- name: Vcpkg Export
shell: powershell
run: |
& ${env:VCPKG_ROOT}\vcpkg export tesseract:x64-windows-static tesseract:x86-windows-static --nuget --nuget-id="tesseract_vcpkg" --nuget-version=$env:VERSION
& ${env:VCPKG_ROOT}\vcpkg export tesseract:x64-windows-static tesseract:x86-windows-static --zip --output=tesseract_vcpkg.${env:VERSION}
& ${env:VCPKG_ROOT}\vcpkg export tesseract:x64-windows-static tesseract:x86-windows-static tesseract:arm64-windows-static --nuget --nuget-id="tesseract_vcpkg" --nuget-version=$env:VERSION
& ${env:VCPKG_ROOT}\vcpkg export tesseract:x64-windows-static tesseract:x86-windows-static tesseract:arm64-windows-static --zip --output=tesseract_vcpkg.${env:VERSION}
mkdir artifacts
cd artifacts
xcopy ${env:VCPKG_ROOT}\*.nupkg .
Expand Down

0 comments on commit 820c7d9

Please sign in to comment.