Skip to content

Commit 906eb2d

Browse files
TUN-6656: Docker for arm64 should not be deployed in an amd64 container
1 parent e09c62a commit 906eb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY . .
1414
RUN GOOS=linux GOARCH=arm64 make cloudflared
1515

1616
# use a distroless base image with glibc
17-
FROM gcr.io/distroless/base-debian11:nonroot
17+
FROM gcr.io/distroless/base-debian11:nonroot-arm64
1818

1919
# copy our compiled binary
2020
COPY --from=builder --chown=nonroot /go/src/github.com/cloudflare/cloudflared/cloudflared /usr/local/bin/

0 commit comments

Comments
 (0)