mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
android+ios release artifacts
This commit is contained in:
parent
d26dc92d91
commit
6f75fc327f
2 changed files with 122 additions and 11 deletions
19
.github/workflows/test.yaml
vendored
19
.github/workflows/test.yaml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
with:
|
||||
name: sqlite-vec-linux-x86_64-extension
|
||||
path: dist/*
|
||||
build-x86_64-linux-android-extension:
|
||||
build-android-extensions:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -55,25 +55,24 @@ jobs:
|
|||
with:
|
||||
name: sqlite-vec-android-${{ matrix.platforms.name }}-extension
|
||||
path: dist/*.so
|
||||
build-ios-extension:
|
||||
build-ios-extensions:
|
||||
runs-on: ${{ matrix.platforms.runner }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platforms:
|
||||
[
|
||||
platforms: [
|
||||
{
|
||||
name: ios-arm64,
|
||||
target: arm64-apple-ios,
|
||||
sdk: iphoneos,
|
||||
runner: macos-14,
|
||||
},
|
||||
{
|
||||
name: ios-x86_64,
|
||||
target: x86_64-apple-ios,
|
||||
sdk: iphoneos,
|
||||
runner: macos-12,
|
||||
},
|
||||
#{
|
||||
# name: ios-x86_64,
|
||||
# target: x86_64-apple-ios,
|
||||
# sdk: iphoneos,
|
||||
# runner: macos-12,
|
||||
#},
|
||||
{
|
||||
name: ios-simulator-arm64,
|
||||
target: arm64-apple-ios-simulator,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue