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 8
8
# # $ make alpine DOCKER_TAG=nightly CRYSTAL_VERSION=0.xy.z CRYSTAL_TARGZ=...
9
9
10
10
CRYSTAL_VERSION ?= # # How the binaries should be branded
11
- CRYSTAL_DEB ?= # # Which crystal.deb file to install in debian based docker images (ubuntu32)
12
11
CRYSTAL_TARGZ ?= # # Which crystal.tar.gz file to install in docker images (ubuntu64, alpine)
13
12
14
13
DOCKER_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
44
43
cp alpine.Dockerfile $@ /Dockerfile
45
44
mkdir $@ /files/
46
45
47
- % /crystal.deb :
48
- mkdir -p $(shell dirname $@ )
49
- cp $(CRYSTAL_DEB ) $@
50
-
51
46
% /crystal.tar.gz :
52
47
mkdir -p $(shell dirname $@ )
53
48
cp $(CRYSTAL_TARGZ ) $@
You can’t perform that action at this time.
0 commit comments