vod frog, frog with the vods
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix pipeline: add glibc+patchelf to fix dynamic linker for wisp-cli binary

goose.art 66b67dd9 ebf019d1

+4
+4
.tangled/workflows/deploy.yaml
··· 9 9 - nodejs 10 10 - curl 11 11 - cacert 12 + - patchelf 13 + - glibc 14 + - gcc-unwrapped 12 15 13 16 environment: 14 17 WISP_PASSWORD: "${{ secrets.WISP_PASSWORD }}" ··· 26 29 command: | 27 30 curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli 28 31 chmod +x wisp-cli 32 + patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" wisp-cli || true 29 33 ./wisp-cli deploy "$WISP_HANDLE" \ 30 34 --path build \ 31 35 --site "$WISP_SITE" \