memgraph/release/package/arm-builders-v5.yml
2024-03-15 11:41:27 +01:00

19 lines
449 B
YAML

version: "3"
services:
mgbuild_v5_debian-12-arm:
image: "memgraph/mgbuild:v5_debian-12-arm"
build:
context: debian-12-arm
args:
TOOLCHAIN_VERSION: "v5"
container_name: "mgbuild_v5_debian-12-arm"
mgbuild_v5_ubuntu-22.04-arm:
image: "memgraph/mgbuild:v5_ubuntu-22.04-arm"
build:
context: ubuntu-22.04-arm
args:
TOOLCHAIN_VERSION: "v5"
container_name: "mgbuild_v5_ubuntu-22.04-arm"