Skip to content

Commit f6675e3

Browse files
authored
Merge pull request #47 from posit-dev/set-targetarch-default
Default `TARGETARCH` to `BUILDARCH` in workbench-positron-init
2 parents b144118 + 25de261 commit f6675e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workbench-positron-init/template/Containerfile.ubuntu2404.jinja2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Bakery handles bootstrapping the files into template rendering.
66
FROM docker.io/library/ubuntu:24.04 AS builder
77

88
ARG DEBIAN_FRONTEND=noninteractive
9-
ARG TARGETARCH
9+
ARG BUILDARCH
10+
ARG TARGETARCH=${BUILDARCH}
1011
ARG POSITRON_VERSION
1112

1213
{{ apt.run_setup() }}

0 commit comments

Comments
 (0)