ci: Fix Linux Build Script

This commit is contained in:
MystiPanda
2023-12-07 15:34:49 +08:00
parent 73be027951
commit 1fcc74c658
5 changed files with 122 additions and 78 deletions

4
.github/build-for-linux/Dockerfile vendored Normal file
View File

@@ -0,0 +1,4 @@
FROM rust:buster
COPY entrypoint.sh /entrypoint.sh
RUN chmod a+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]