Merge pull request #1311 from rneugeba/kbuild

kernel: Make 'tag' the default target
This commit is contained in:
Justin Cormack 2017-03-15 15:13:53 +00:00 committed by GitHub
commit 446d15d2d7

View File

@ -1,6 +1,6 @@
DEBUG ?= 0
all: bzImage push
all: bzImage tag
# We push the image to hub twice, once with the full kernel version of
# "mobylinux/kernel:<kernel version>.<major version>.<minor version>-<n>",