latest - uses custom build image now

This commit is contained in:
2022-12-06 17:43:07 +04:00
parent a2bf7ee607
commit aa3c159521
13 changed files with 54 additions and 91 deletions

View File

@@ -59,7 +59,6 @@ lint:
docker: sneak-mfer.$(ARCH).docker.tzst
sneak-mfer.$(ARCH).docker.tzst: $(SOURCEFILES)
bash -x bin/docker-prereqs.sh
docker build --progress plain --build-arg GITREV=$(GITREV_BUILD) -t sneak/mfer .
docker save sneak/mfer | pv | zstdmt -19 > $@
du -sh $@