Commit 4dcbb26
committed
fix(ci): correct Windows ARM64 build configuration
- release.yml: use 'windows-11-arm' runner (was 'windows-latest' which
would cross-compile on x64 instead of building natively)
- release.yml: add missing 'Add rust target' step (was in build.yml
but missing from release.yml)
- build.yml: fix extra space in 'if :' condition
- Remove unrelated gptme.toml (not CI-related)1 parent b6f42d6 commit 4dcbb26
3 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
This file was deleted.
0 commit comments