diff options
author | 2021-12-21 02:06:57 -0800 | |
---|---|---|
committer | 2021-12-21 02:06:57 -0800 | |
commit | a7116cf353482cc2088445eca374c23867b73613 (patch) | |
tree | e9f98c1da0ec1f98e5ee983448c57c115ceb8c2d | |
parent | 3147f694358ca8afe29a96392677c8173ef0d900 (diff) | |
download | bun-a7116cf353482cc2088445eca374c23867b73613.tar.gz bun-a7116cf353482cc2088445eca374c23867b73613.tar.zst bun-a7116cf353482cc2088445eca374c23867b73613.zip |
switch to build arch
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile index c0dfafddb..229e73d6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,10 +44,8 @@ ENV CC=clang-12 ENV CXX=clang++-12 WORKDIR /home/ubuntu -ARG TARGETPLATFORM -ARG TARGETARCH - -ENV ARCH "$TARGETARCH" +ARG BUILDARCH +ENV ARCH "$BUILDARCH" ENV JSC_BASE_DIR /home/ubuntu/bun-webkit-linux-$ARCH RUN npm install -g esbuild |