Skip to content

Commit 7219564

Browse files
committed
⚙️ use docker buildx build for enhanced image building
1 parent d95c980 commit 7219564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build:
2424
--build-arg "HTTP_PROXY=$$HTTP_PROXY" \
2525
--build-arg "HTTPS_PROXY=$$HTTPS_PROXY" \
2626
-t "$(IMAGE_NAME):$(IMAGE_TAG)" .
27-
@test ! -z "$$HTTP_PROXY" -o ! -z "$$HTTPS_PROXY" || docker build \
27+
@test ! -z "$$HTTP_PROXY" -o ! -z "$$HTTPS_PROXY" || docker buildx build \
2828
--progress=plain \
2929
--compress \
3030
--output type=image,oci-mediatypes=true,compression=estargz,force-compression=true,push=false \

0 commit comments

Comments
 (0)