removed entrypoint from arch-builder image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 14s

This commit is contained in:
2024-06-30 12:56:17 +08:00
parent f365c7868c
commit dcedb0a429

View File

@@ -66,5 +66,4 @@ RUN rustup target add \
RUN mkdir .cargo
COPY config.toml .cargo/
ENTRYPOINT ["bash"]