ci: Fix Linux Build Script
This commit is contained in:
4
.github/build-for-linux/Dockerfile
vendored
Normal file
4
.github/build-for-linux/Dockerfile
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM rust:buster
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod a+x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user