This repository was archived by the owner on Jan 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ jobs:
5656 tags : ${{ steps.meta.outputs.tags }}
5757 labels : ${{ steps.meta.outputs.labels }}
5858 push : true
59- # pull: true
60- # - name: Build
61- # run: |
62- # docker run --name builder --rm -u emscripten -v "$(pwd):/src" -w /src ghcr.io/${{ github.repository }}/builder:latest /src/scripts/ci.sh
63- # - name: Create package tarball
64- # run: |
65- # corepack yarn install --immutable
66- # corepack yarn pack -o libxmlwasm.tgz
67- # - name: Upload package tarball
68- # uses: actions/upload-artifact@v4
69- # with:
70- # name: libxmlwasm.tgz
71- # path: libxmlwasm.tgz
59+ pull : true
60+ - name : Build
61+ run : |
62+ docker compose up ci
63+ - name : Create package tarball
64+ run : |
65+ corepack yarn install --immutable
66+ corepack yarn pack -o libxmlwasm.tgz
67+ - name : Upload package tarball
68+ uses : actions/upload-artifact@v4
69+ with :
70+ name : libxmlwasm.tgz
71+ path : libxmlwasm.tgz
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version: "3"
22
33x-base-service : &base-service
44 build : .
5+ image : ghcr.io/libxmlwasm/libxml.wasm/builder:latest
56 user : " emscripten"
67 volumes :
78 - .:/src
You can’t perform that action at this time.
0 commit comments