mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
Fix build for linux-aarch64 and clean up Android dupes (#160)
- Switched to the correct compiler (gcc-aarch64-linux-gnu) for linux-aarch64 builds to ensure 64-bit binaries are generated. - Removed duplicate artifact upload for sqlite-vec-android-armv7a-extension in the dist job. Resolves: #159
This commit is contained in:
parent
2abca78d35
commit
cc7c29ec2f
1 changed files with 2 additions and 6 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
|
@ -58,10 +58,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt-get install gcc-arm-linux-gnueabihf
|
||||
- run: sudo apt-get install gcc-aarch64-linux-gnu
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make sqlite-vec.h
|
||||
- run: make CC=arm-linux-gnueabihf-gcc loadable static
|
||||
- run: make CC=aarch64-linux-gnu-gcc loadable static
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-linux-aarch64-extension
|
||||
|
|
@ -237,10 +237,6 @@ jobs:
|
|||
with:
|
||||
name: sqlite-vec-android-armv7a-extension
|
||||
path: dist/android-armv7a
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-android-armv7a-extension
|
||||
path: dist/android-armv7a
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-ios-aarch64-extension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue