Skip to content

Commit 2886689

Browse files
committed
fix: add default value for TARGETARCH ARG
Give TARGETARCH a default of 'amd64' so the azcopy download URL is always valid even when not running under BuildKit/buildx.
1 parent d0398a9 commit 2886689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/azurefileplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM ${BASE_IMAGE} AS base
2020

2121
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE} AS builder
2222

23-
ARG TARGETARCH
23+
ARG TARGETARCH=amd64
2424

2525
RUN apt update \
2626
&& apt install -y curl \

0 commit comments

Comments
 (0)