Skip to content

Commit 3e500b3

Browse files
faiqdlipovetsky
andauthored
fix: adds comment explaining target
Co-authored-by: Daniel Lipovetsky <[email protected]>
1 parent a87fcf9 commit 3e500b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/goreleaser.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export GORELEASER_CURRENT_TAG=$(GIT_TAG)
99
endif
1010

1111
.PHONY: docker-buildx
12-
docker-buildx:
12+
docker-buildx: ## Creates buildx builder container that supports multiple platforms.
1313
docker-buildx:
1414
docker buildx create --use --name=caren --platform=linux/arm64,linux/amd64 || true
1515

0 commit comments

Comments
 (0)