Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinten Van Damme authored Jan 30, 2024
1 parent a0672df commit 185fdc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ DOCKER_RUN=docker run \
-ti \
--volumes-from buildroot_output \
-v $(pwd)/images:$(OUTPUT_DIR)/images \
os:latest
ghcr.io/dahliaos/linux:latest

.PHONY: build

pull:
docker build -t os:latest .
docker pull ghcr.io/dahliaos/linux:latest

volumes:
docker run -i --name buildroot_output os:latest /bin/true
docker run -i --name buildroot_output ghcr.io/dahliaos/linux:latest /bin/true

build: pull volumes
@echo "make O=$(OUTPUT_DIR)"
Expand Down

0 comments on commit 185fdc1

Please sign in to comment.