ejabberd/justfile

9 lines
269 B
Makefile
Raw Permalink Normal View History

2024-07-23 22:24:16 +01:00
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}