Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 35d5a22

Browse files
committed
revert changes
1 parent 712259c commit 35d5a22

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "3"
22

33
x-base-service: &base-service
44
build: .
5+
image: ghcr.io/libxmlwasm/libxml.wasm/builder:latest
56
user: "emscripten"
67
volumes:
78
- .:/src

0 commit comments

Comments
 (0)