Commit 795dd05
Claude
Consolidate arm64 and aarch64 naming to aarch64
ARM's 64-bit architecture is officially called AArch64. Apple calls it
"arm64" on macOS, but they're the same instruction set. Using aarch64
consistently makes the directory structure clearer.
Changes:
- Renamed build-osx-arm64 to build-osx-aarch64
- Changed ARCH_NAME from arm64 to aarch64 for Darwin build
- Updated release job dependencies
New directory structure:
./static
├── aarch64
│ ├── Darwin
│ │ └── libasyncprocess.a
│ └── Linux
│ └── libasyncprocess.a
└── x86_64
├── Darwin
│ └── libasyncprocess.a
└── Linux
└── libasyncprocess.a1 parent bc273ca commit 795dd05
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments