Compare commits

..

1 Commits

Author SHA1 Message Date
Will Jones
1d00a1d82a use manylinux containers locally 2023-05-24 23:03:07 -07:00
2 changed files with 2 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ jobs:
files: node/dist/vectordb-darwin*.tgz files: node/dist/vectordb-darwin*.tgz
node-linux: node-linux:
name: Linux ${{ matrix.settings.arch}} native node module name: node-linux (${{ matrix.arch}}-unknown-linux-${{ matrix.libc }})
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: draft-release needs: draft-release
strategy: strategy:
@@ -132,10 +132,6 @@ jobs:
arch: arch:
- x86_64 - x86_64
- aarch64 - aarch64
defaults:
run:
shell: bash
working-directory: node
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

View File

@@ -1,3 +1,4 @@
#!/bin/bash
# Builds the Linux artifacts (node binaries). # Builds the Linux artifacts (node binaries).
# Usage: ./build_linux_artifacts.sh [target] # Usage: ./build_linux_artifacts.sh [target]
# Targets supported: # Targets supported: