Skip to content

Commit

Permalink
Merge pull request #669 from tomdee/fix-releases
Browse files Browse the repository at this point in the history
Makefile: Fix the releases target
  • Loading branch information
tomdee committed Apr 13, 2017
2 parents 240d941 + fc70e68 commit 142bb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ tar.gz:
tar -tvf dist/flannel-$(TAG)-linux-arm64.tar.gz

## Make a release after creating a tag
release: dist/flannel-$(TAG)-linux-amd64.tar.gz
release: tar.gz
ARCH=amd64 make dist/flanneld-$(TAG)-amd64.aci
ARCH=arm make dist/flanneld-$(TAG)-arm.aci
ARCH=arm64 make dist/flanneld-$(TAG)-arm64.aci
Expand Down

0 comments on commit 142bb9c

Please sign in to comment.