We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make release
1 parent f224d11 commit fd74286Copy full SHA for fd74286
Makefile
@@ -25,7 +25,7 @@ dist: dist-clean
25
26
27
release: dist
28
- glock sync github.com/jwilder/docker-gen
+ glock sync -n < GLOCKFILE
29
tar -cvzf docker-gen-linux-amd64-$(TAG).tar.gz -C dist/linux/amd64 docker-gen
30
tar -cvzf docker-gen-linux-i386-$(TAG).tar.gz -C dist/linux/i386 docker-gen
31
tar -cvzf docker-gen-linux-armel-$(TAG).tar.gz -C dist/linux/armel docker-gen
0 commit comments