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/
17
17
COPY internal/ internal/
18
18
19
19
# 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
21
21
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
22
22
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
23
23
# 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/
17
17
COPY internal/ internal/
18
18
19
19
# 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
21
21
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
22
22
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
23
23
# 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/
17
17
COPY internal/ internal/
18
18
19
19
# 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
21
21
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
22
22
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
23
23
# 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/
57
57
COPY internal/ internal/
58
58
59
59
# 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
61
61
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
62
62
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
63
63
# 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/
17
17
COPY internal/ internal/
18
18
19
19
# 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
21
21
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
22
22
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
23
23
# 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/
17
17
COPY internal/ internal/
18
18
19
19
# 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
21
21
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
22
22
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
23
23
# 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/
17
17
COPY internal/ internal/
18
18
19
19
# 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
21
21
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
22
22
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
23
23
# 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