imbajin commented on code in PR #353:
URL: 
https://github.com/apache/hugegraph-computer/pull/353#discussion_r3566417863


##########
vermeer/Dockerfile:
##########
@@ -14,14 +14,27 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM golang:1.23-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
+ARG TARGETOS

Review Comment:
   Addressed in 9c4bcb6. TARGETOS and TARGETARCH are now declared immediately 
before the final go build, so apk installation, module/UI downloads, and asset 
generation remain target-neutral and share cache across platforms.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to