client: Dockerfiles: remote: root: update multi-stage

Parses out build stage into separate build target.
This commit is contained in:
2025-12-10 12:15:57 -08:00
parent 70417cc889
commit c7fcebfe0b
2 changed files with 13 additions and 3 deletions

View File

@@ -20,6 +20,16 @@ services:
image: evergreencrypto/root:archlinux
container_name: evergreencrypto_root_archlinux
build:
context: .
target: root
dockerfile: Dockerfile.archlinux
archlinux-build:
image: evergreencrypto/root:archlinux-build
container_name: evergreencrypto_root_archlinux-build
build:
context: .
target: root-build
dockerfile: Dockerfile.archlinux
# vim: sw=2 sts=2 si ai et