2025-09-12 12:45:59 +03:00
|
|
|
target wheels {
|
|
|
|
|
dockerfile = "docker/main/Dockerfile"
|
|
|
|
|
platforms = ["linux/arm64"]
|
|
|
|
|
target = "wheels"
|
|
|
|
|
}
|
|
|
|
|
|
2025-09-12 04:11:14 +03:00
|
|
|
target deps {
|
|
|
|
|
dockerfile = "docker/main/Dockerfile"
|
|
|
|
|
platforms = ["linux/arm64"]
|
|
|
|
|
target = "deps"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
target rootfs {
|
|
|
|
|
dockerfile = "docker/main/Dockerfile"
|
|
|
|
|
platforms = ["linux/arm64"]
|
|
|
|
|
target = "rootfs"
|
|
|
|
|
}
|
|
|
|
|
|
2025-09-18 10:31:58 +03:00
|
|
|
target synaptics {
|
|
|
|
|
dockerfile = "docker/synaptics/Dockerfile"
|
2025-09-12 04:11:14 +03:00
|
|
|
contexts = {
|
2025-09-12 12:45:59 +03:00
|
|
|
wheels = "target:wheels",
|
2025-09-12 04:11:14 +03:00
|
|
|
deps = "target:deps",
|
|
|
|
|
rootfs = "target:rootfs"
|
|
|
|
|
}
|
|
|
|
|
platforms = ["linux/arm64"]
|
|
|
|
|
}
|