Skip to content

Commit

Permalink
fix: Fix working directory directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 10, 2024
1 parent ed4b90b commit 561f89d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions containers/runner.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ RUN --mount=type=cache,target=/builder/target/ \
RUN git clone https://github.com/games-on-whales/gst-wayland-display.git

# Build gst plugin #
RUN mkdir plugin && \
cd gst-wayland-display
RUN mkdir plugin

WORKDIR /builder/gst-wayland-display

RUN --mount=type=cache,target=/builder/target/ \
--mount=type=cache,target=/builder/plugin/ \
Expand Down

0 comments on commit 561f89d

Please sign in to comment.