update makefile

This commit is contained in:
Alex 2021-03-19 14:03:57 +01:00
parent f859d15062
commit 44ff627e7d
1 changed files with 1 additions and 0 deletions

View File

@ -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