diff options
| author | 2022-02-27 13:03:37 +0100 | |
|---|---|---|
| committer | 2022-02-27 13:03:37 +0100 | |
| commit | 6b634de6b28a4503814856b1213c1de9d0607621 (patch) | |
| tree | d240aae5c485a175afc85894b83576d23551605b /.dockerignore | |
| parent | Updates Docker Images (#415) (diff) | |
| download | gotosocial-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-- | .dockerignore | 9 |
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 |
