Skip to content

Commit 279835f

Browse files
committed
added build for 1.9
1 parent c44d50d commit 279835f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ images: mod.vendor
2525
--build-arg plugin_version=$(PLUGIN_VERSION) \
2626
--build-arg fluent_bit_version=$(FLUENT_BIT_1_8) \
2727
-t $(DOCKER_IMAGE):$(PLUGIN_VERSION)-fluent-bit-$(FLUENT_BIT_1_8) .
28+
docker build \
29+
--build-arg plugin_version=$(PLUGIN_VERSION) \
30+
--build-arg fluent_bit_version=$(FLUENT_BIT_1_9) \
31+
-t $(DOCKER_IMAGE):$(PLUGIN_VERSION)-fluent-bit-$(FLUENT_BIT_1_9) .
2832

2933
precommit: mod.tidy fmt vet
3034

0 commit comments

Comments
 (0)