File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
cronjob-tutorial/testdata/project
getting-started/testdata/project
multiversion-tutorial/testdata/project
pkg/plugins/golang/v4/scaffolds/internal/templates Expand file tree Collapse file tree 7 files changed +7
-7
lines changed 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 @@ -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 @@ -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 @@ -57,7 +57,7 @@ COPY api/ api/
5757COPY internal/ internal/
5858
5959# Build
60- # the GOARCH has not a default value to allow the binary be built according to the host where the command
60+ # the GOARCH has no default value to allow the binary to be built according to the host where the command
6161# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
6262# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
6363# 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 @@ -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 @@ -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 @@ -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.
You can’t perform that action at this time.
0 commit comments