We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4678c0 commit 0cbc119Copy full SHA for 0cbc119
1 file changed
.github/workflows/dev-build.yml
@@ -29,6 +29,10 @@ jobs:
29
target_arch: x86_64
30
artifact_slug: windows-x86_64
31
platform: windows
32
+ - runs-on: windows-11-arm
33
+ target_arch: arm64
34
+ artifact_slug: windows-arm64
35
+ platform: windows
36
- runs-on: ubuntu-latest
37
38
artifact_slug: linux-x86_64
@@ -128,3 +132,4 @@ jobs:
128
132
echo "| macOS Intel | \`.dmg\` in \`macos-x86_64\` |" >> "$GITHUB_STEP_SUMMARY"
129
133
echo "| macOS Apple Silicon | \`.dmg\` in \`macos-arm64\` |" >> "$GITHUB_STEP_SUMMARY"
130
134
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