mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Test Alpine
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
||||
image: alpine:3.23
|
||||
options: --platform linux/386
|
||||
steps:
|
||||
- run: apk add --update build-base postgresql18
|
||||
- run: apk add --update build-base openrc postgresql18
|
||||
- run: rc-update add postgresql && rc-service postgresql start
|
||||
- run: |
|
||||
git clone https://github.com/${{ github.repository }}.git pgvector
|
||||
|
||||
Reference in New Issue
Block a user