7 lines
229 B
Makefile
7 lines
229 B
Makefile
VERSION=0.`git rev-list --count HEAD`
|
|
|
|
all:
|
|
docker buildx build \
|
|
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
|
|
--push \
|
|
-t registry.domandoman.xyz/utils/serverchecker --build-arg VERSION=${VERSION} -f Dockerfile .
|