feat: multi-arch Docker image.

This commit is contained in:
Fernandez Ludovic
2019-10-06 20:00:21 +02:00
parent affedf56a2
commit c88b974352
4 changed files with 48 additions and 2 deletions

View File

@ -1,4 +1,6 @@
.PHONY: default build image check
.PHONY: default build image check publish-images
TAG_NAME := $(shell git tag -l --contains HEAD)
default: check test build
@ -13,3 +15,6 @@ image:
check:
golangci-lint run
publish-images:
seihon publish -v "$(TAG_NAME)" -v "latest" --image-name containous/whoami --dry-run=false