snapshots #10

Merged
jandre merged 69 commits from snapshots into master 2023-04-24 06:49:52 +00:00
Showing only changes of commit ae6b682034 - Show all commits

View File

@ -80,7 +80,7 @@ docker-build: test ## Build docker image with the manager.
.PHONY: docker-build-multiarch
docker-build-multiarch:
buildah bud --manifest $(MANIFEST) --platform=$(PLATFORMS) Dockerfile.multi
buildah bud --manifest $(MANIFEST) --platform=$(PLATFORMS) --layers Dockerfile.multi
.PHONY: docker-push
docker-push: ## Push docker image with the manager.