Skip to content

Commit

Permalink
fix: investigate docekr build for agent
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Feb 13, 2024
1 parent 923781b commit 5405d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/agent/core/ngt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ ARG DISTROLESS_IMAGE=gcr.io/distroless/static
ARG DISTROLESS_IMAGE_TAG=nonroot
ARG MAINTAINER="vdaas.org vald team <[email protected]>"

FROM --platform=${TARGETPLATFORM} ubuntu:devel AS builder
# TODO: revert this changes.
FROM ubuntu:devel AS builder

ARG TARGETARCH
ARG TARGETOS
Expand Down

0 comments on commit 5405d1d

Please sign in to comment.