2020-08-28 12:48:19 +00:00
|
|
|
include watchdog/.version
|
|
|
|
|
|
|
|
watchdog-nopush:
|
|
|
|
docker buildx build --platform linux/amd64 --load \
|
2020-08-28 12:55:57 +00:00
|
|
|
--build-arg VERSION=$(VERSION) \
|
2020-08-28 12:48:19 +00:00
|
|
|
--tag alemairebe/watchdog:$(VERSION) watchdog
|
|
|
|
|
|
|
|
watchdog:
|
|
|
|
docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \
|
2020-08-28 12:55:57 +00:00
|
|
|
--build-arg VERSION=$(VERSION) \
|
2020-08-28 12:48:19 +00:00
|
|
|
--cache-from=type=registry,ref=alemairebe/watchdog \
|
|
|
|
--cache-to=type=registry,ref=alemairebe/watchdog \
|
|
|
|
--tag alemairebe/watchdog:$(VERSION) watchdog
|