Skip to content

Add WASM Python host #3

Add WASM Python host

Add WASM Python host #3

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- uses: docker/build-push-action@v6
with:
tags: trinodb/wasm-python
- run: mvn install -B -V