summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-02-27 13:03:37 +0100
committerLibravatar GitHub <noreply@github.com>2022-02-27 13:03:37 +0100
commit6b634de6b28a4503814856b1213c1de9d0607621 (patch)
treed240aae5c485a175afc85894b83576d23551605b /.dockerignore
parentUpdates Docker Images (#415) (diff)
downloadgotosocial-6b634de6b28a4503814856b1213c1de9d0607621.tar.xz
[packaging] Use buildx for multi-arch Docker builds (#413)
* update drone to create latest manifest * add .dockerignore file * use buildx for multi-arch builds see https://docs.docker.com/buildx/working-with-buildx/ * don't use RUN commands in Dockerfile this was breaking multi-arch builds
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 000000000..0a1dd90cb
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,9 @@
+.github
+cmd
+docs
+example
+internal
+scripts
+test
+testrig
+vendor