Skip to content

new zlib.gyp

new zlib.gyp #20

name: build-linux-x86
on:
push:
branches:
- "*"
env:
PYTHON_VERSION: '3.10'
FLAKY_TESTS: dontcare
jobs:
build-linux-x86:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Build
run: |
chmod -R 777 ./
cd docker
cd ubuntu_18.04-x86
chmod +x ./build.sh
chmod +x ./docker-entrypoint.sh
./build.sh
- name: Upload libnode.so.108 artifact
uses: actions/upload-artifact@v4
with:
name: libnode.so.108-x86
path: docker/ubuntu_18.04-x86/out/Release/libnode.so.108