File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,22 @@ push-images:
1414
1515images : mod.vendor
1616 docker build \
17+ --platform linux/amd64 \
1718 --build-arg plugin_version=$(PLUGIN_VERSION ) \
1819 --build-arg fluent_bit_version=$(FLUENT_BIT_1_6 ) \
1920 -t $(DOCKER_IMAGE ) :$(PLUGIN_VERSION ) -fluent-bit-$(FLUENT_BIT_1_6 ) .
2021 docker build \
22+ --platform linux/amd64 \
2123 --build-arg plugin_version=$(PLUGIN_VERSION ) \
2224 --build-arg fluent_bit_version=$(FLUENT_BIT_1_7 ) \
2325 -t $(DOCKER_IMAGE ) :$(PLUGIN_VERSION ) -fluent-bit-$(FLUENT_BIT_1_7 ) .
2426 docker build \
27+ --platform linux/amd64 \
2528 --build-arg plugin_version=$(PLUGIN_VERSION ) \
2629 --build-arg fluent_bit_version=$(FLUENT_BIT_1_8 ) \
2730 -t $(DOCKER_IMAGE ) :$(PLUGIN_VERSION ) -fluent-bit-$(FLUENT_BIT_1_8 ) .
2831 docker build \
32+ --platform linux/amd64 \
2933 --build-arg plugin_version=$(PLUGIN_VERSION ) \
3034 --build-arg fluent_bit_version=$(FLUENT_BIT_1_9 ) \
3135 -t $(DOCKER_IMAGE ) :$(PLUGIN_VERSION ) -fluent-bit-$(FLUENT_BIT_1_9 ) .
You can’t perform that action at this time.
0 commit comments