diff --git a/Makefile b/Makefile index cc05716..14870c3 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,9 @@ $(addprefix buildx_,$(JITSI_SERVICES)): $(MAKE) --no-print-directory JITSI_SERVICE=$(patsubst buildx_%,%,$@) buildx build: - docker build \ + docker buildx build \ $(BUILD_ARGS) \ + --load \ --progress plain \ --tag $(JITSI_REPO)/$(JITSI_SERVICE) \ $(JITSI_SERVICE)