Skip to content

Commit 286f2e7

Browse files
Cleanup legacy code (#344)
1 parent fc37fe9 commit 286f2e7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
## $ make alpine DOCKER_TAG=nightly CRYSTAL_VERSION=0.xy.z CRYSTAL_TARGZ=...
99

1010
CRYSTAL_VERSION ?= ## How the binaries should be branded
11-
CRYSTAL_DEB ?= ## Which crystal.deb file to install in debian based docker images (ubuntu32)
1211
CRYSTAL_TARGZ ?= ## Which crystal.tar.gz file to install in docker images (ubuntu64, alpine)
1312

1413
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
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) $@

0 commit comments

Comments
 (0)