feat: multi-arch Docker image.
This commit is contained in:
7
Makefile
7
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user