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 8341a69 commit c9e357aCopy full SHA for c9e357a
Dockerfile
@@ -864,7 +864,7 @@ RUN mv build/bin/plrustc /root/.cargo/bin/
864
RUN arch=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH") && \
865
cd plrust && \
866
PG_VER=${postgresql_major} \
867
- STD_TARGETS=$arch-unknown-linux-gnu \
+ STD_TARGETS=$arch-postgres-linux-gnu \
868
./build
869
870
RUN cargo pgrx package --profile=release --features trusted -c /usr/bin/pg_config --out-dir=/tmp
0 commit comments