Files
ComfyBox/.woodpecker.yml
Sergey Elpashev f58ba2d54d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Another libc compat. Alpine latest
2024-02-26 20:26:42 +03:00

10 lines
341 B
YAML

steps:
- name: Prepare
image: alpine:latest
commands:
- wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm
- corepack enable
- corepack prepare pnpm@latest --activate
- pnpm install --frozen-lockfile
- pnpm prebuild
- pnpm build