Skip to content

Commit 6c5110b

Browse files
Makfile changes - Adding multi arch build support for docker image
Signed-off-by: Aman Deep Saxena <[email protected]>
1 parent 0b08293 commit 6c5110b

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
@@ -21,7 +21,7 @@ help:
2121
@echo "\tmake push -- pushes the litmus-go multi-arch image"
2222
@echo "\tmake build-amd64 -- builds the litmus-go binary & docker amd64 image"
2323
@echo "\tmake push-amd64 -- pushes the litmus-go amd64 image"
24-
@echo "\tpush-multiarch -- pushes the litmus-go multiarch image"
24+
@echo "\tpush-multiarch -- pushes the litmus-go multiarch image"
2525
@echo ""
2626

2727
.PHONY: all

0 commit comments

Comments
 (0)