File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ build-op-amd64:
144144 docker build --platform=linux/amd64 -f cmd/fluent-manager/Dockerfile . -t ${FO_IMG}
145145
146146# Build arm64 Fluent Operator container image
147- .PHONY : build-op-amd64
148- build-op-amd64 :
147+ .PHONY : build-op-arm64
148+ build-op-arm64 :
149149 docker build --platform=linux/arm64 -f cmd/fluent-manager/Dockerfile . -t ${FO_IMG}
150150
151151# Build amd64 Fluent Bit container image
@@ -161,12 +161,12 @@ build-fb-arm64:
161161# Build amd64 Fluentd container image
162162.PHONY : build-fd-amd64
163163build-fd-amd64 :
164- docker build --platform=linux/amd64 -f cmd/fluent-watcher/fluentd/Dockerfile.amd64 . -t ${FD_IMG}
164+ docker build --platform=linux/amd64 -f cmd/fluent-watcher/fluentd/Dockerfile . -t ${FD_IMG}
165165
166166# Build arm64 Fluentd container image
167167.PHONY : build-fd-arm64
168168build-fd-arm64 :
169- docker build --platform=linux/arm64 -f cmd/fluent-watcher/fluentd/Dockerfile.amd64 . -t ${FD_IMG}
169+ docker build --platform=linux/arm64 -f cmd/fluent-watcher/fluentd/Dockerfile . -t ${FD_IMG}
170170
171171# Prepare for arm64 building
172172prepare-build :
You can’t perform that action at this time.
0 commit comments