Skip to content

Commit ae4704c

Browse files
Update Makefile
Co-authored-by: Marco Franssen <[email protected]> Signed-off-by: Josh Baird <[email protected]>
1 parent f11e821 commit ae4704c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ build-fb-amd64:
149149
docker build --platform=linux/amd64 -f cmd/fluent-watcher/fluentbit/Dockerfile . -t ${FB_IMG}
150150

151151
# Build arm64 Fluent Bit container image
152-
build-fb-amd64:
152+
PHONY: build-fb-arm64
153+
build-fb-arm64:
153154
docker build --platform=linux/arm64 -f cmd/fluent-watcher/fluentbit/Dockerfile . -t ${FB_IMG}
154155

155156
# Build amd64 Fluentd container image

0 commit comments

Comments
 (0)