This commit is contained in:
MarcoIeni 2024-12-11 11:36:39 +01:00
parent abd8352de7
commit a8bc3cf38b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -61,4 +61,4 @@ RUN /scripts/build-gccjit.sh /scripts
ARG SCRIPT_ARG
COPY scripts/${SCRIPT_ARG} /tmp/script.sh
ENV SCRIPT= /tmp/script.sh
ENV SCRIPT /tmp/script.sh

View file

@ -61,4 +61,4 @@ RUN /scripts/build-gccjit.sh /scripts
ARG SCRIPT_ARG
COPY scripts/${SCRIPT_ARG} /tmp/script.sh
ENV SCRIPT= /tmp/script.sh
ENV SCRIPT /tmp/script.sh