mirror of
https://github.com/coredns/coredns.git
synced 2025-11-22 11:52:17 -05:00
Release 002
This commit is contained in:
@@ -23,7 +23,12 @@ VERSION:=$(shell grep 'coreVersion' coremain/version.go | awk '{ print $$3 }' |
|
|||||||
ARCH=$(shell uname -m)
|
ARCH=$(shell uname -m)
|
||||||
GITHUB=miekg
|
GITHUB=miekg
|
||||||
|
|
||||||
all: build release
|
all: push build release
|
||||||
|
|
||||||
|
.PHONY: push
|
||||||
|
push:
|
||||||
|
@echo Pushing release to master
|
||||||
|
git push
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user