Skip to content

Commit 3c75ed4

Browse files
Use Buildx explicitly (#375)
1 parent 3d136ea commit 3c75ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ build: ## Build wheel Python package
4646
poetry build
4747

4848
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
49+
docker buildx build . -t dipdup:${TAG}
50+
docker buildx build . -t dipdup:${TAG}-pytezos --build-arg EXTRAS=pytezos
5151

5252
release-patch: ## Release patch version
5353
bumpversion patch

0 commit comments

Comments
 (0)