summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2023-01-20 16:38:10 +0400
committerGitHub <noreply@github.com>2023-01-20 16:38:10 +0400
commitea1d345147759a4e2822c4145a87485f10d56a69 (patch)
tree5e152f2cd776babea7ad9a6c87b84d8012a39ea4 /.dockerignore
parent98420c50a81fccab924f646b1f8dd1e55988a4a5 (diff)
Draft: New cross building for docker images (#37)
* Add .circleci/config.yml * base * base * add architectures and cross build * fix clippy warnings
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore
index 27cfb9a..924efbb 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,2 +1,3 @@
target/
-docs/ \ No newline at end of file
+docs/
+bin/ \ No newline at end of file