TUN-6656: Docker for arm64 should not be deployed in an amd64 container
This commit is contained in:
parent
e09c62a796
commit
906eb2d840
|
@ -14,7 +14,7 @@ COPY . .
|
|||
RUN GOOS=linux GOARCH=arm64 make cloudflared
|
||||
|
||||
# use a distroless base image with glibc
|
||||
FROM gcr.io/distroless/base-debian11:nonroot
|
||||
FROM gcr.io/distroless/base-debian11:nonroot-arm64
|
||||
|
||||
# copy our compiled binary
|
||||
COPY --from=builder --chown=nonroot /go/src/github.com/cloudflare/cloudflared/cloudflared /usr/local/bin/
|
||||
|
|
Loading…
Reference in New Issue