Skip to content

Commit

Permalink
added build for 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
candiduslynx committed Mar 17, 2022
1 parent c44d50d commit 279835f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ images: mod.vendor
--build-arg plugin_version=$(PLUGIN_VERSION) \
--build-arg fluent_bit_version=$(FLUENT_BIT_1_8) \
-t $(DOCKER_IMAGE):$(PLUGIN_VERSION)-fluent-bit-$(FLUENT_BIT_1_8) .
docker build \
--build-arg plugin_version=$(PLUGIN_VERSION) \
--build-arg fluent_bit_version=$(FLUENT_BIT_1_9) \
-t $(DOCKER_IMAGE):$(PLUGIN_VERSION)-fluent-bit-$(FLUENT_BIT_1_9) .

precommit: mod.tidy fmt vet

Expand Down

0 comments on commit 279835f

Please sign in to comment.