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 56629bf commit 4fe4979Copy full SHA for 4fe4979
Makefile
@@ -19,7 +19,7 @@ release:
19
docker build -t amazon/aws-for-fluent-bit:latest -f Dockerfile .
20
21
.PHONY: debug
22
-release:
+debug:
23
docker build --no-cache -t aws-fluent-bit-plugins:latest -f Dockerfile.plugins .
24
docker build --no-cache -t amazon/aws-for-fluent-bit:debug -f Dockerfile.debug .
25
0 commit comments