Closed azmy60 closed 4 months ago
Thanks for the contribution, could you have a look at why CI is failing?
@carlopi So it was failing because I needed to add the patch version to the electron-versions.json
. It should still generate binaries with the <major>.<minor>
version, so 18.3.9
will generate duckdb-v1.0.1-dev14.0-electron-v18.3-linux-x64.tar.gz
.
No problem! I just filtered 2 versions that we're currently using in our repo now. :)
@azmy60: given you have it still fresh, could you take a look at the syntax that triggers this problem https://github.com/duckdb/duckdb-node/actions/runs/9937704658:
Error when evaluating 'strategy' for job 'osx-electron-x64'. .github/workflows/Electron.yml (Line: 167, Col: 18): Error parsing fromJson,.github/workflows/Electron.yml (Line: 167, Col: 18): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/Electron.yml (Line: 167, Col: 18): Unexpected value ''Show less
In attempt to support electron build as mentioned in #70.
This PR aims to build binaries for electron
18.3.x
to latest.