Skip to content

Commit

Permalink
Makefile: allow stopping at base
Browse files Browse the repository at this point in the history
  • Loading branch information
jepio committed Apr 27, 2022
1 parent 8f0c2f0 commit f611b0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ snapd.raw: container

.PHONY: container
container:
docker build -t $(TAG) --build-arg FLATCAR_VERSION=$(FLATCAR_VERSION) .
docker build -t $(TAG) --build-arg FLATCAR_VERSION=$(FLATCAR_VERSION) $(TARGET) .


base: TARGET=--target base
base: container

0 comments on commit f611b0e

Please sign in to comment.