Skip to content

Commit

Permalink
consistent tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rburns committed Feb 1, 2015
1 parent b885c5c commit 6fb059b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ linux-x64:
$(DOCKER) build -t $(IMAGE):linux-x64 linux-x64

linux-armv6:
$(DOCKER) build -t $(IMAGE):linux-arm linux-armv6
$(DOCKER) build -t $(IMAGE):linux-armv6 linux-armv6

linux-armv7:
$(DOCKER) build -t $(IMAGE):linux-armv7 linux-armv7
Expand All @@ -28,6 +28,6 @@ windows-x64:
base:
$(DOCKER) build -t $(IMAGE):base .

all: base android-arm darwin-x64 linux-x86 linux-x64 linux-arm linux-armv7 windows-x86 windows-x64
all: base android-arm darwin-x64 linux-x86 linux-x64 linux-armv6 linux-armv7 windows-x86 windows-x64

.PHONY: all linux-armv6 linux-armv7
.PHONY: all base android-arm darwin-x64 linux-x86 linux-x64 linux-armv6 linux-armv7 windows-x86 windows-x64

0 comments on commit 6fb059b

Please sign in to comment.