Skip to content

Commit 0cbc119

Browse files
committed
add windows arm build to ci
1 parent d4678c0 commit 0cbc119

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dev-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
target_arch: x86_64
3030
artifact_slug: windows-x86_64
3131
platform: windows
32+
- runs-on: windows-11-arm
33+
target_arch: arm64
34+
artifact_slug: windows-arm64
35+
platform: windows
3236
- runs-on: ubuntu-latest
3337
target_arch: x86_64
3438
artifact_slug: linux-x86_64
@@ -128,3 +132,4 @@ jobs:
128132
echo "| macOS Intel | \`.dmg\` in \`macos-x86_64\` |" >> "$GITHUB_STEP_SUMMARY"
129133
echo "| macOS Apple Silicon | \`.dmg\` in \`macos-arm64\` |" >> "$GITHUB_STEP_SUMMARY"
130134
echo "| Windows x86_64 | \`.msi\` / \`.zip\` in \`windows-x86_64\` |" >> "$GITHUB_STEP_SUMMARY"
135+
echo "| Windows ARM64 | \`.msi\` / \`.zip\` in \`windows-arm64\` |" >> "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)