File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 88# # $ make alpine DOCKER_TAG=nightly CRYSTAL_VERSION=0.xy.z CRYSTAL_TARGZ=...
99
1010CRYSTAL_VERSION ?= # # How the binaries should be branded
11- CRYSTAL_DEB ?= # # Which crystal.deb file to install in debian based docker images (ubuntu32)
1211CRYSTAL_TARGZ ?= # # Which crystal.tar.gz file to install in docker images (ubuntu64, alpine)
1312
1413DOCKER_TAG ?= $(CRYSTAL_VERSION ) # # How to tag the docker image (examples: `0.27.2`, `nightly20190307`). `-build` will be appended for build images.
@@ -44,10 +43,6 @@ $(BUILD_CONTEXT)/alpine: alpine.Dockerfile $(BUILD_CONTEXT)/alpine/crystal.tar.g
4443 cp alpine.Dockerfile $@ /Dockerfile
4544 mkdir $@ /files/
4645
47- % /crystal.deb :
48- mkdir -p $(shell dirname $@ )
49- cp $(CRYSTAL_DEB ) $@
50-
5146% /crystal.tar.gz :
5247 mkdir -p $(shell dirname $@ )
5348 cp $(CRYSTAL_TARGZ ) $@
You can’t perform that action at this time.
0 commit comments