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 f11e821 commit ae4704cCopy full SHA for ae4704c
Makefile
@@ -149,7 +149,8 @@ build-fb-amd64:
149
docker build --platform=linux/amd64 -f cmd/fluent-watcher/fluentbit/Dockerfile . -t ${FB_IMG}
150
151
# Build arm64 Fluent Bit container image
152
-build-fb-amd64:
+PHONY: build-fb-arm64
153
+build-fb-arm64:
154
docker build --platform=linux/arm64 -f cmd/fluent-watcher/fluentbit/Dockerfile . -t ${FB_IMG}
155
156
# Build amd64 Fluentd container image
0 commit comments