Switch to using webhook_bridge instead of lighthouse to trigger the CI.
All checks were successful
build-staging Build build-staging has succeeded

This commit is contained in:
Tom Alexander
2024-09-30 18:00:51 -04:00
parent 4da6261cc1
commit d31c85dc44
7 changed files with 159 additions and 157 deletions

View File

@@ -1,4 +1,4 @@
FROM rustlang/rust:nightly-alpine3.19
FROM rustlang/rust:nightly-alpine3.20
RUN apk add --no-cache musl-dev make bash
RUN rustup target add wasm32-unknown-unknown