9 lines
269 B
Makefile
9 lines
269 B
Makefile
export BASE_TAG := "git.alioth.systems/alioth/ejabberd"
|
|
export VERSION := "24.02"
|
|
|
|
build platform:
|
|
docker buildx b -t ${BASE_TAG}:${VERSION} --platform {{platform}} --build-arg VERSION=${VERSION} .
|
|
|
|
push platform: (build platform)
|
|
docker push ${BASE_TAG}:${VERSION}
|