mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 13:52:25 -05:00
[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
This commit is contained in:
parent
64d9a34c65
commit
6b634de6b2
4 changed files with 59 additions and 30 deletions
9
.dockerignore
Normal file
9
.dockerignore
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.github
|
||||
cmd
|
||||
docs
|
||||
example
|
||||
internal
|
||||
scripts
|
||||
test
|
||||
testrig
|
||||
vendor
|
||||
Loading…
Add table
Add a link
Reference in a new issue