We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2aad0 commit 76993d8Copy full SHA for 76993d8
pglite/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:22.04 AS build_sdk
+FROM --platform=$BUILDPLATFORM ubuntu:22.04 AS build_sdk
2
3
ARG PG_VERSION=16.4
4
ARG SDK_VERSION=3.1.61.6bi
@@ -27,9 +27,7 @@ RUN \
27
28
# Download the python-wasm-sdk source for the given version
29
# RUN git clone --depth 1 --branch ${SDK_VERSION} https://github.com/pygame-web/python-wasm-sdk.git
30
-# RUN git clone --depth 1 --single-branch --branch tudor/useCores https://github.com/electric-sql/portable-sdk.git
31
-RUN git clone --depth 1 https://github.com/electric-sql/portable-sdk.git
32
-
+RUN git clone --depth 1 --single-branch --branch tudor/useCores https://github.com/electric-sql/portable-sdk.git
33
34
WORKDIR /workspace/portable-sdk/python-wasm-sdk
35
0 commit comments