Fix arm builders yaml files

This commit is contained in:
Deda 2024-03-14 15:18:09 +01:00
parent 6703b5968b
commit aac598ec1c
2 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@ services:
TOOLCHAIN_VERSION: "v4"
container_name: "mgbuild_v4_debian-11-arm"
mgbuild_v4_ubuntu_v4_22.04-arm:
mgbuild_v4_ubuntu_22.04-arm:
image: "memgraph/mgbuild:v4_ubuntu-22.04-arm"
build:
context: ubuntu-22.04-arm

View File

@ -1,18 +1,18 @@
version: "3"
services:
debian-12-arm:
mgbuild_v5_debian-12-arm:
image: "memgraph/mgbuild:v5_debian-12-arm"
build:
context: debian-12-arm
args:
TOOLCHAIN_VERSION: "v4"
container_name: "mgbuild_debian-12-arm"
TOOLCHAIN_VERSION: "v5"
container_name: "mgbuild_v5_debian-12-arm"
ubuntu-22.04-arm:
mgbuild_v5_ubuntu-22.04-arm:
image: "memgraph/mgbuild:v5_ubuntu-22.04-arm"
build:
context: ubuntu-22.04-arm
args:
TOOLCHAIN_VERSION: "v4"
container_name: "mgbuild_ubuntu-22.04-arm"
TOOLCHAIN_VERSION: "v5"
container_name: "mgbuild_v5_ubuntu-22.04-arm"