summarylogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
deleted file mode 100644
index 58e13ddf3bd9..000000000000
--- a/docker-compose.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-version: '3'
-
-services:
- makepkg:
- image: imrehg/archlinux-makepkg
- volumes:
- - '.:/home/builder/'
- command: sh -c "makepkg --printsrcinfo > .SRCINFO && makepkg -f"
-
-