1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00
Files
dozzle/Makefile
2020-06-06 07:59:13 -07:00

7 lines
242 B
Makefile

TAG := $(shell git describe --tags)
PLATFROMS := linux/amd64,linux/arm64/v7,linux/arm64/v8
.PHONY: publish
publish:
docker buildx build --build-arg TAG=$(TAG) --platform $(PLATFROMS) -t amir20/dozzle:latest -t amir20/dozzle:$(TAG) --push .