Skip to content

Commit

Permalink
Add default value for CRYSTAL_DOCKER_IMAGE (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Sep 23, 2021
1 parent ae4d25e commit d1b1760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CRYSTAL_VERSION ?= ## How the binaries should be branded
CRYSTAL_SHA1 ?= $(CRYSTAL_VERSION) ## Git tag/branch/sha1 to checkout and build source
CRYSTAL_DOCKER_IMAGE ?= ## Which crystal docker build image to use
CRYSTAL_DOCKER_IMAGE ?= crystallang/crystal:$(CRYSTAL_VERSION) ## Which crystal docker build image to use

OUTPUT_DIR = build
OUTPUT_DOCS_BASE_NAME = crystal-$(CRYSTAL_VERSION)-docs
Expand Down

0 comments on commit d1b1760

Please sign in to comment.