mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
7 lines
193 B
Makefile
7 lines
193 B
Makefile
.DELETE_ON_ERROR:
|
|
|
|
all: utils.tar
|
|
|
|
utils.tar: Dockerfile
|
|
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --tag start9/x_system/utils --platform=linux/arm64 -o type=docker,dest=utils.tar .
|