fix: ci
Some checks failed
Build and Test / spacebot (push) Failing after 1m16s

This commit is contained in:
kittentm 2026-08-08 20:22:30 +02:00
commit f4cbe1c848
Signed by: kitten
GPG key ID: 394B4EABE4405A83

View file

@ -26,7 +26,8 @@ RUN git submodule update --init
RUN --mount=type=cache,target=/usr/local/cargo/registry \ RUN --mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/app/target \ --mount=type=cache,target=/app/target \
cargo build --release --target x86_64-unknown-linux-musl && \ cargo build --release --target x86_64-unknown-linux-musl && \
mkdir -p /app/dist && \ mkdir -p /app/dist
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/spacebot /app/dist/ COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/spacebot /app/dist/
FROM alpine:latest AS final FROM alpine:latest AS final