Skip to content

Commit

Permalink
Add a Windows ARM64 cross-compile build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Jan 4, 2025
1 parent 3d74f27 commit 55e624f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ jobs:
architecture: x86
- os: macos-13
architecture: x86
include:
- os: windows-2022
architecture: x64
python-version: '3.13'
msvc_arch: amd64_arm64

env:
VERSION: ${{ needs.build-source-dist.outputs.VERSION }}
Expand All @@ -139,6 +144,9 @@ jobs:
else
short_name=win32
fi
if [ ${{ matrix.msvc_arch }} != '' ]; then
build_opts="$build_opts --msvc_arch=${{ matrix.msvc_arch }}"
fi
fi
echo "short_name=$short_name" >> "$GITHUB_OUTPUT"
echo "canonical_id=$short_name-py${{ matrix.python-version }}-${{ matrix.architecture}}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 55e624f

Please sign in to comment.