Skip to content

Commit a97a514

Browse files
dabasvibhorVibhor Dabas
andauthored
fix: set ARG TARGETARCH (#24)
* fix: create arm docker image * fix: remove existing step * fix: add id for apt-cache * fix: remove mount type cache * fix: set ARG TARGETARCH --------- Co-authored-by: Vibhor Dabas <vibhor.dabas@bcbgroup.io>
1 parent d19147b commit a97a514

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN make build
1313

1414
FROM debian:bookworm AS gcloud-installer
1515

16+
ARG TARGETARCH
17+
1618
WORKDIR /app
1719
ENV DEBIAN_FRONTEND=noninteractive
1820

@@ -48,6 +50,7 @@ fi && \
4850
FROM debian:bookworm
4951

5052
# Install all locales
53+
ARG TARGETARCH
5154

5255
WORKDIR /app
5356
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)