We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e35a6ad + a5dfd1f commit 9c0f28eCopy full SHA for 9c0f28e
Dockerfile.rhtas-operator.rh
@@ -16,7 +16,7 @@ COPY main.go main.go
16
COPY api/ api/
17
COPY controllers/ controllers/
18
19
-## Build
+# Build
20
# the GOARCH has not a default value to allow the binary be built according to the host where the command
21
# was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO
22
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
0 commit comments