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 ae4704c commit 71389eeCopy full SHA for 71389ee
Makefile
@@ -128,6 +128,7 @@ build-fb-debug: prepare-build
128
docker buildx build --push --platform linux/amd64,linux/arm64 -f cmd/fluent-watcher/fluentbit/Dockerfile.debug . -t ${FB_IMG_DEBUG}
129
130
# Build all amd64 docker images
131
+PHONY: build-amd64
132
build-amd64: build-op-amd64 build-fb-amd64 build-fd-amd64
133
134
# Build all arm64 docker images
0 commit comments