|
16 | 16 | artifact-name: graphqlite-linux-x86_64.so |
17 | 17 | cli-artifact: gqlite |
18 | 18 | cli-artifact-name: gqlite-linux-x86_64 |
| 19 | + - os: ubuntu-24.04-arm |
| 20 | + artifact: graphqlite.so |
| 21 | + artifact-name: graphqlite-linux-aarch64.so |
| 22 | + cli-artifact: gqlite |
| 23 | + cli-artifact-name: gqlite-linux-aarch64 |
19 | 24 | - os: macos-14 |
20 | 25 | arch: arm64 |
21 | 26 | artifact: graphqlite.dylib |
@@ -177,6 +182,10 @@ jobs: |
177 | 182 | artifact: graphqlite-linux-x86_64.so |
178 | 183 | extension: graphqlite.so |
179 | 184 | wheel_tag: manylinux_2_17_x86_64.manylinux2014_x86_64 |
| 185 | + - os: ubuntu-24.04-arm |
| 186 | + artifact: graphqlite-linux-aarch64.so |
| 187 | + extension: graphqlite.so |
| 188 | + wheel_tag: manylinux_2_28_aarch64 |
180 | 189 | - os: macos-14 |
181 | 190 | artifact: graphqlite-macos-arm64.dylib |
182 | 191 | extension: graphqlite.dylib |
@@ -310,11 +319,13 @@ jobs: |
310 | 319 | mkdir -p release-assets |
311 | 320 | # Copy extension binaries |
312 | 321 | cp artifacts/graphqlite-linux-x86_64.so/graphqlite-linux-x86_64.so release-assets/ |
| 322 | + cp artifacts/graphqlite-linux-aarch64.so/graphqlite-linux-aarch64.so release-assets/ |
313 | 323 | cp artifacts/graphqlite-macos-arm64.dylib/graphqlite-macos-arm64.dylib release-assets/ |
314 | 324 | cp artifacts/graphqlite-macos-x86_64.dylib/graphqlite-macos-x86_64.dylib release-assets/ |
315 | 325 | cp artifacts/graphqlite-windows-x86_64.dll/graphqlite-windows-x86_64.dll release-assets/ |
316 | 326 | # Copy CLI binaries |
317 | 327 | cp artifacts/gqlite-linux-x86_64/gqlite-linux-x86_64 release-assets/ |
| 328 | + cp artifacts/gqlite-linux-aarch64/gqlite-linux-aarch64 release-assets/ |
318 | 329 | cp artifacts/gqlite-macos-arm64/gqlite-macos-arm64 release-assets/ |
319 | 330 | cp artifacts/gqlite-macos-x86_64/gqlite-macos-x86_64 release-assets/ |
320 | 331 | cp artifacts/gqlite-windows-x86_64.exe/gqlite-windows-x86_64.exe release-assets/ |
|
0 commit comments