File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
CRYSTAL_VERSION ?= # # How the binaries should be branded
11
11
CRYSTAL_DEB ?= # # Which crystal.deb file to install in debian based docker images (ubuntu32)
12
12
CRYSTAL_TARGZ ?= # # Which crystal.tar.gz file to install in docker images (ubuntu64, alpine)
13
- DOCKER_TAG ?= $(CRYSTAL_VERSION ) # # How to tag the docker image (examples: `0.27.2`, `nightly20190307`). `-build` will be appended for build images.
14
- DOCKER_REPOSITORY ?= crystallang/crystal # # Docker hub repository to commit image
13
+
14
+ DOCKER_TAG ?= $(CRYSTAL_VERSION ) # # How to tag the docker image (examples: `0.27.2`, `nightly20190307`). `-build` will be appended for build images.
15
+ DOCKER_REPOSITORY ?= crystallang/crystal# # Docker hub repository to commit image
15
16
16
17
GC_VERSION = v8.2.0
17
18
You can’t perform that action at this time.
0 commit comments