Skip to content

Commit c9e357a

Browse files
committed
unknown -> postgres
1 parent 8341a69 commit c9e357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ RUN mv build/bin/plrustc /root/.cargo/bin/
864864
RUN arch=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH") && \
865865
cd plrust && \
866866
PG_VER=${postgresql_major} \
867-
STD_TARGETS=$arch-unknown-linux-gnu \
867+
STD_TARGETS=$arch-postgres-linux-gnu \
868868
./build
869869

870870
RUN cargo pgrx package --profile=release --features trusted -c /usr/bin/pg_config --out-dir=/tmp

0 commit comments

Comments
 (0)