Skip to content

Commit

Permalink
Merge pull request #590 from rhatdan/makefile
Browse files Browse the repository at this point in the history
container_build.sh works on MAC
  • Loading branch information
ericcurtin authored Jan 15, 2025
2 parents 69a9415 + 9d9d074 commit 87fc5d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,11 @@ install: docs completions

.PHONY: build
build:
ifeq ($(OS),Linux)
./container_build.sh build $(IMAGE)
endif

.PHONY: build_rm
build_rm:
ifeq ($(OS),Linux)
./container_build.sh -r build $(IMAGE)
endif

.PHONY: install-docs
install-docs: docs
Expand Down

0 comments on commit 87fc5d7

Please sign in to comment.