Another libc compat. Alpine latest
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-02-26 20:26:42 +03:00
parent 04aa72aafe
commit f58ba2d54d

View File

@@ -1,8 +1,8 @@
steps: steps:
- name: Prepare - name: Prepare
image: node:lts-alpine image: alpine:latest
commands: commands:
- apk add --no-cache gcompat libc6-compat - wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm
- corepack enable - corepack enable
- corepack prepare pnpm@latest --activate - corepack prepare pnpm@latest --activate
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile