Skip to content

Commit 72d7e04

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

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
@@ -159,7 +159,8 @@ build-fd-amd64:
159159
docker build --platform=linux/amd64 -f cmd/fluent-watcher/fluentd/Dockerfile.amd64 . -t ${FD_IMG}
160160

161161
# Build arm64 Fluentd container image
162-
build-fd-amd64:
162+
PHONY: build-fd-arm64
163+
build-fd-arm64:
163164
docker build --platform=linux/arm64 -f cmd/fluent-watcher/fluentd/Dockerfile.amd64 . -t ${FD_IMG}
164165

165166
# Use docker buildx to build arm64 Fluentd container image

0 commit comments

Comments
 (0)