We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d136ea commit 3c75ed4Copy full SHA for 3c75ed4
Makefile
@@ -46,8 +46,8 @@ build: ## Build wheel Python package
46
poetry build
47
48
image: ## Build Docker image
49
- DOCKER_BUILDKIT=1 docker build . -t dipdup:${TAG}
50
- DOCKER_BUILDKIT=1 docker build . -t dipdup:${TAG}-pytezos --build-arg EXTRAS=pytezos
+ docker buildx build . -t dipdup:${TAG}
+ docker buildx build . -t dipdup:${TAG}-pytezos --build-arg EXTRAS=pytezos
51
52
release-patch: ## Release patch version
53
bumpversion patch
0 commit comments