2020-07-13 06:14:30 +02:00
|
|
|
version: "3.3"
|
|
|
|
services:
|
|
|
|
build-archlinux:
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: ./dockerfiles/archlinux
|
2020-11-06 06:57:25 +01:00
|
|
|
command: /src/addons/godot_xterm/native/build.sh release-all
|
2020-07-13 06:14:30 +02:00
|
|
|
build-nixos:
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: ./dockerfiles/nixos
|
2020-11-05 09:42:00 +01:00
|
|
|
command: /src/addons/godot_xterm/native/build.sh release-all
|
2020-07-13 06:14:30 +02:00
|
|
|
build-ubuntu:
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: ./dockerfiles/ubuntu
|
2020-11-06 06:57:25 +01:00
|
|
|
command: /src/addons/godot_xterm/native/build.sh release-all
|