forked from Deuxfleurs/garage
update makefile
This commit is contained in:
parent
f859d15062
commit
44ff627e7d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -12,6 +12,7 @@ $(BIN).stripped: $(BIN)
|
|||
strip $@
|
||||
|
||||
docker: $(BIN).stripped
|
||||
docker pull archlinux:latest
|
||||
docker build -t $(DOCKER):$(TAG) .
|
||||
docker push $(DOCKER):$(TAG)
|
||||
docker tag $(DOCKER):$(TAG) $(DOCKER):latest
|
||||
|
|
Loading…
Reference in a new issue