File tree Expand file tree Collapse file tree
monitoring/memcached-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY api/ api/
1717COPY internal/ internal/
1818
1919# Build
20- # the GOARCH has not a default value to allow the binary be built according to the host where the command
20+ # the GOARCH has no default value to allow the binary to be built according to the host where the command
2121# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
2222# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
2323# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY internal/ internal/
1818
1919COPY monitoring/ monitoring/
2020# Build
21- # the GOARCH has not a default value to allow the binary be built according to the host where the command
21+ # the GOARCH has no default value to allow the binary to be built according to the host where the command
2222# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
2323# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
2424# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
You can’t perform that action at this time.
0 commit comments