feat(ci): better rust CI

This commit is contained in:
spiral
2023-02-26 17:13:56 -05:00
parent c6c5ae1496
commit 4c6217c48b
4 changed files with 32 additions and 8 deletions

5
Dockerfile.bin Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:latest
COPY /.docker-bin/__BINARY__ /bin/__BINARY__
CMD ["/bin/__BINARY__"]