add utils system image, move compat into system-images

This commit is contained in:
Chris Guida
2021-10-07 16:15:28 -06:00
committed by Aiden McClelland
parent 309b446a5c
commit a5f5852a31
14 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
COMPAT_SRC := $(shell find ./src) Cargo.toml Cargo.lock
.DELETE_ON_ERROR:
all: compat.tar
compat.tar: Dockerfile build
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --tag start9/x_system/compat --platform=linux/arm64 -o type=docker,dest=compat.tar .
build: $(COMPAT_SRC)
./build.sh