File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
1
build
2
2
debbuild
3
3
rpmbuild
4
- tmp
5
- artifacts
6
4
sources
7
5
* .tar
Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ clean: ## remove build artifacts
54
54
[ ! -d sources ] || $(CHOWN ) -R $(shell id -u) :$(shell id -g) sources
55
55
$(RM ) -r sources
56
56
57
- engine-$(ARCH ) .tar :
58
- $(MAKE ) -C ../image image-linux
59
- docker save -o $@ $$(cat ../image/image-linux )
60
-
61
57
.PHONY : deb
62
58
deb : ubuntu debian # # build all deb packages except for raspbian
63
59
Original file line number Diff line number Diff line change @@ -54,12 +54,6 @@ help: ## show make targets
54
54
clean : # # remove build artifacts
55
55
[ ! -d rpmbuild ] || $(CHOWN ) -R $(shell id -u) :$(shell id -g) rpmbuild
56
56
$(RM ) -r rpmbuild/
57
- [ ! -d artifacts ] || $(CHOWN ) -R $(shell id -u) :$(shell id -g) artifacts
58
- $(RM ) -r artifacts/
59
- [ ! -d tmp ] || $(CHOWN ) -R $(shell id -u) :$(shell id -g) tmp
60
- $(RM ) -r tmp/
61
- -docker rm docker2oci
62
- $(MAKE ) -C ../image clean
63
57
64
58
.PHONY : rpm
65
59
rpm : fedora centos # # build all rpm packages
You can’t perform that action at this time.
0 commit comments