mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-11 02:53:30 +00:00
add watchdog image
This commit is contained in:
parent
a748e1f225
commit
6f2a24af9a
@ -2,12 +2,12 @@ include watchdog/.version
|
|||||||
|
|
||||||
watchdog-nopush:
|
watchdog-nopush:
|
||||||
docker buildx build --platform linux/amd64 --load \
|
docker buildx build --platform linux/amd64 --load \
|
||||||
--build-arg MC_VERSION=$(VERSION) \
|
--build-arg VERSION=$(VERSION) \
|
||||||
--tag alemairebe/watchdog:$(VERSION) watchdog
|
--tag alemairebe/watchdog:$(VERSION) watchdog
|
||||||
|
|
||||||
watchdog:
|
watchdog:
|
||||||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \
|
docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \
|
||||||
--build-arg MC_VERSION=$(VERSION) \
|
--build-arg VERSION=$(VERSION) \
|
||||||
--cache-from=type=registry,ref=alemairebe/watchdog \
|
--cache-from=type=registry,ref=alemairebe/watchdog \
|
||||||
--cache-to=type=registry,ref=alemairebe/watchdog \
|
--cache-to=type=registry,ref=alemairebe/watchdog \
|
||||||
--tag alemairebe/watchdog:$(VERSION) watchdog
|
--tag alemairebe/watchdog:$(VERSION) watchdog
|
||||||
|
Loading…
Reference in New Issue
Block a user